About 19,500,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).

  2. kubernetes - How to check if network policy have been applied to …

    Feb 22, 2019 · I'm trying to restrict to my openvpn to allow accessing internal infrastructure and limit it only by 'develop' namespace, so I started with simple policy that denies all egress traffic …

  3. kubernetes - Namespace "stuck" as Terminating. How do I remove …

    I've had a "stuck" namespace that I deleted showing in this eternal "terminating" status.

  4. kubernetes - Setting secrets as environment variables in …

    Jul 12, 2022 · I'm currently working on a Kubernetes deployment file and I need to set the environment variables that the container will have. Is there a way to set Kubernetes secrets as …

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

    Jan 21, 2020 · I need to configure Ingress Nginx on azure k8s, and my question is if is possible to have ingress configured in one namespace et. ingress-nginx and some serivces in other …

  6. kubernetes - Pods stuck in PodInitializing state indefinitely - Stack ...

    Nov 16, 2018 · I've got a k8s cronjob that consists of an init container and a one pod container. If the init container fails, the Pod in the main container never gets started, and stays in …

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

    kubectl delete service kubernetes-dashboard -n kube-system Expose the Dashboard deployment as a NodePort. kubectl expose deployment kubernetes-dashboard -n kube-system - …

  8. How do I force Kubernetes to re-pull an image? - Stack Overflow

    Oct 14, 2015 · 315 Kubernetes will pull upon Pod creation if either (see updating-images doc): Using images tagged :latest imagePullPolicy: Always is specified This is great if you want to …

  9. kubernetes - What is the difference between a pod and a …

    Jun 8, 2019 · In kubernetes Pods are the smallest deployable units. Every time when we create a kubernetes object like Deployments, replica-sets, statefulsets, daemonsets it creates pod.

  10. kubernetes - Monitoring PVC Usage with Prometheus - Stack …

    Feb 11, 2022 · EDIT: These metrics are from kube-state-metrics - a service that produces Prometheus format metrics based on the current state of the Kubernetes native resources. It is …