What is considered a good practice with K8S for managing multiple environments (QA, Staging, Production, Dev, etc)? As an example, say that a team is working on a product...
I’ve had a “stuck” namespace that I deleted showing in this eternal “terminating” status. 28 Answers 28
How do I automatically restart Kubernetes pods and pods associated with deployments when their configmap is changed/updated? I know there’s been talk about the ability to automatically restart pods...
All of a sudden, I cannot deploy some images which could be deployed before. I got the following pod status: [root@webdev2 origin]# oc get pods NAME READY STATUS RESTARTS...
I have Kubernetes working well in two different environments, namely in my local environment (MacBook running minikube) and as well as on Google’s Container Engine (GCE, Kubernetes on Google...
I have started pods with command $ kubectl run busybox \ --image=busybox \ --restart=Never \ --tty \ -i \ --generator=run-pod/v1 Something went wrong, and now I can’t delete this...
Upon looking at the docs, there is an API call to delete a single pod, but is there a way to delete all pods in all namespaces? 16 Answers...
I have been creating pods with type:deployment but I see that some documentation uses type:pod, more specifically the documentation for multi-container pods: apiVersion: v1 kind: Pod metadata: name: ""...
I am quite confused about the roles of Ingress and Load Balancer in Kubernetes. As far as I understand Ingress is used to map incoming traffic from the internet...
What exactly is the difference between Apache’s Mesos and Google’s Kubernetes? I understand both are server cluster management software. Can anyone elaborate where the main differences are – when...

