
kubernetes - Namespace "stuck" as Terminating. How do I remove …
I've had a "stuck" namespace that I deleted showing in this eternal "terminating" status.
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 …
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).
Newest 'kubernetes' Questions - Stack Overflow
3 days ago · Kubernetes is a system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.
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 …
kubernetes - How to schedule pods restart - Stack Overflow
Sep 20, 2018 · Is it possible to restart pods automatically based on the time? For example, I would like to restart the pods of my cluster every morning at 8.00 AM.
Kubernetes: Can't delete PersistentVolumeClaim (pvc)
Kubernetes: Can't delete PersistentVolumeClaim (pvc) Asked 7 years, 4 months ago Modified 1 year, 6 months ago Viewed 125k times
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 …
kubernetes - What's the best way to share/mount one file into a …
Oct 29, 2015 · I was considering using secrets to mount a single file but it seems that you can only mount directory that will overwrites all the other content. How can I share a single config …
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 ...