About 5,580,000 results
Open links in new tab
  1. What is the meaning of CPU and core in Kubernetes?

    Aug 30, 2019 · To clarify what's described here in the Kubernetes context, 1 CPU is the same as a core (Also more information here). 1000m (milicores) = 1 core = 1 vCPU = 1 AWS vCPU = 1 …

  2. How to set dynamic values with Kubernetes yaml file

    Jan 17, 2018 · Inside values.yaml, you can change predefined repository (or 100% any value can be repeated in Kubernetes yamls as you wish): image: repository: paulczar/spring-helloworld …

  3. Kubernetes: how to set VolumeMount user group and file …

    Apr 21, 2017 · The Kubernetes securityContext, including fsGroup, does not change the ownership or permissions of files on hostPath volumes. This is because hostPath volumes …

  4. How to expose a Kubernetes service on a specific Nodeport?

    Oct 17, 2018 · -- Because, kubernetes exposed the port 31316 on the host (maps to the service) and hence it can be accessed on host:31316.-- Service port is visible only within the …

  5. Kubernetes: how to scale my pods - Stack Overflow

    The resource determines the behavior of the controller. The horizontal pod autoscaling controller, running within the Kubernetes control plane, periodically adjusts the desired scale of its target …

  6. kubernetes - Ingress configuration for k8s in different namespaces ...

    Jan 21, 2020 · Ingress rules: separate Kubernetes resources with kind: Ingress. Will only take effect if Ingress Controller is already deployed on that node. While Ingress Controller can be …

  7. Kubernetes Pods Terminated - Exit Code 137 - Stack Overflow

    Jan 14, 2020 · I need some advise on an issue I am facing with k8s 1.14 and running gitlab pipelines on it. Many jobs are throwing up exit code 137 errors and I found that it means that …

  8. kubernetes - How to kubectl re-apply deployment - Stack Overflow

    Apr 6, 2022 · I want to update my pod because there is a new image uploaded to docker registry with latest tag. I am currently doing this: kubectl delete -f deployment.yaml kubectl apply -f …

  9. x509certificate - Kubernetes: expired certificate - Stack Overflow

    Our Kubernetes 1.6 cluster had certificates generated when the cluster was built on April 13th, 2017. On December 13th, 2017, our cluster was upgraded to version 1.8, and new certificates …

  10. kubernetes - How to see logs of terminated pods - Stack Overflow

    Jul 10, 2020 · But in production, I would send all the logs of all the pods to a centeral Log management system such as ELK by deploying a log sending client on the kubernetes cluster …

Refresh