Top "Kubernetes" questions

KUBERNETES QUESTIONS MUST BE DEVELOPER RELATED.

Restart container within pod

I have a pod test-1495806908-xn5jn with 2 containers. I'd like to restart one of them called container-test. Is it …

kubernetes kubectl
Command to delete all pods in all kubernetes namespaces

Upon looking at the docs, there is an API call to delete 'a' pod, but is there a way to …

kubernetes
How can I keep a container running on Kubernetes?

I'm now trying to run a simple container with shell (/bin/bash) on a Kubernetes cluster. I thought that there …

docker containers kubernetes google-kubernetes-engine
How to use local docker images with Minikube?

I have several docker images that I want to use with minikube. I don't want to first have to upload …

linux docker kubernetes docker-compose
My kubernetes pods keep crashing with "CrashLoopBackOff" but I can't find any log

This is what I keep getting: [root@centos-master ~]# kubectl get pods NAME READY STATUS RESTARTS AGE nfs-server-h6nw8 1/1 Running 0 1h …

kubernetes
Pods stuck in Terminating status

I tried to delete a ReplicationController with 12 pods and I could see that some of the pods are stuck in …

kubernetes
How to debug "ImagePullBackOff"?

All of a sudden, I cannot deploy some images which could be deployed before. I got the following pod status: […

kubernetes openshift openshift-origin
How do I force Kubernetes to re-pull an image?

I have the following replication controller in Kubernetes on GKE: apiVersion: v1 kind: ReplicationController metadata: name: myapp labels: app: myapp …

image pull kubernetes
How to restart kubernetes nodes?

The status of nodes is reported as unknown "conditions": [ { "type": "Ready", "status": "Unknown", "lastHeartbeatTime": "2015-11-12T06:03:19Z", "lastTransitionTime": "2015-11…

nodes kubernetes
Kubernetes service external ip pending

I am trying to deploy nginx on kubernetes, kubernetes version is v1.5.2, I have deployed nginx with 3 replica, YAML file …

nginx kubernetes load-balancing