About 12,200,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 - How does kubectl port-forward create a connection?

    Jul 23, 2018 · As far as I understand, to access any application within Kubernetes cluster there should be a Service resource created and that should have an IP address which is accessible …

  6. How to set dynamic values with Kubernetes yaml file

    Jan 17, 2018 · There is a ConfigMap feature with Kubernetes, but that's also write the key/value to the yaml file. Is there a way to set the key to environment variables?

  7. kubernetes - How can I correctly setup custom headers with nginx ...

    Jan 7, 2019 · 1 For ingress-nginx, i.e Kubernetes ingress you can use this snippet on the ingress resource to understand what you can use to pass additional headers to client and backend.

  8. 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 - …

  9. My kubernetes pods keep crashing with "CrashLoopBackOff" but I …

    Jan 12, 2017 · My kubernetes pods keep crashing with "CrashLoopBackOff" but I can't find any log Asked 8 years, 10 months ago Modified 8 months ago Viewed 451k times

  10. kubernetes - Complete list of pod statuses - Stack Overflow

    Sep 2, 2021 · When you run "kubectl get pods -A -o wide" you get a list of pods and a STATUS column. Where can I get a list of the possible status options? What I trying to do is …