
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).
kubernetes - How to check if network policy have been applied to pod ...
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 and see no e...
kubernetes - Setting secrets as environment variables in deployment ...
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 environment …
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 from an …
kubernetes - Namespace "stuck" as Terminating. How do I remove it ...
I've had a "stuck" namespace that I deleted showing in this eternal "terminating" status.
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 namespace eg. …
kubernetes - How to see logs of terminated pods - Stack Overflow
Jul 12, 2019 · I am running selenium hubs and my pods are getting terminated frequently. I would like to look at the logs of the pods which are terminated. How to do it? NAME ...
kubernetes - What is the best practice to have request and limit values ...
Jul 28, 2021 · An 8x difference between requests and limits "feels" very large to me. Given your setup, the kubectl describe node output looks about right to me. Notice that the resource requests are very …
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.
My kubernetes pods keep crashing with "CrashLoopBackOff" but I can't ...
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