
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: how to set VolumeMount user group and file …
Apr 21, 2017 · The Kubernetes securityContext, including fsGroup, does not change the ownership or permissions of files on hostPath volumes. This is because hostPath volumes …
How can I keep a container running on Kubernetes?
Aug 7, 2015 · I'm now trying to run a simple container with shell (/bin/bash) on a Kubernetes cluster. I thought that there was a way to keep a container running on a Docker container by …
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?
How can I trigger a Kubernetes Scheduled Job manually?
Nov 3, 2016 · 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?
logging - How do I get logs from all pods of a Kubernetes …
Oct 12, 2015 · Running kubectl logs shows me the stderr/stdout of one Kubernetes container. How can I get the aggregated stderr/stdout of a set of pods, preferably those created by a …
memory - What are the difference between M and Mi in …
Jun 10, 2021 · What are the difference between M and Mi in Kubernetes resources documentation? Asked 4 years, 1 month ago Modified 2 years, 5 months ago Viewed 34k times
My kubernetes pods keep crashing with "CrashLoopBackOff" but I …
Jan 12, 2017 · I finally understand why my pod went in CrashLoopBackOff state. I have added commands in my pod yaml, but the pods still goes in that state. Would adding a delay help? if …
kubernetes - Service located in another namespace - Stack Overflow
The Kubernetes documentation suggests that this is possible. It says that one of the reasons that you would define a service without a selector is that You want to point your service to a service …
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). 1000m (milicores) = 1 core = 1 vCPU = 1 AWS vCPU = 1 …