Global web icon
stackoverflow.com
https://stackoverflow.com/questions/52369247/names…
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.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/72952953/setti…
kubernetes - Setting secrets as environment variables in deployment ...
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 variables in the deployment file?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/53255956/what-…
What is the meaning of CPU and core in Kubernetes?
To clarify what's described here in the Kubernetes context, 1 CPU is the same as a core (Also more information here).
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/54827386/how-t…
kubernetes - How to check if network policy have been applied to pod ...
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...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/52422300/how-t…
kubernetes - How to schedule pods restart - Stack Overflow
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.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/tagged/kuberne…
Newest 'kubernetes' Questions - Stack Overflow
Kubernetes is a system for managing containerized applications across multiple hosts, providing basic mechanisms for deployment, maintenance, and scaling of applications.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/69035324/compl…
kubernetes - Complete list of pod statuses - Stack Overflow
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 generate a list of sta...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/48983354/kuber…
Kubernetes: list all pods and its nodes - Stack Overflow
I have 3 nodes, running all kinds of pods. I would like to have a list of nodes and pods, for an example: NODE1 POD1 NODE1 POD2 NODE2 POD3 NODE3 POD4 How can this please be achieved?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/40401795/how-c…
How can I trigger a Kubernetes Scheduled Job manually?
I've created a Kubernetes Scheduled Job, which runs twice a day according to its schedule. However, I would like to trigger it manually for testing purposes. How can I do this?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/51358856/kuber…
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