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 possible to restart a single container within a pod and how? If not, how do I restart the pod? The pod was created using a deployment.yaml with: kubectl create -f deployment.yaml Is it possible to restart a single container Not through kubectl , although depending on the setup of your cluster you can "cheat" and docker kill the-sha-goes-here , which will cause kubelet to restart the "failed" container (assuming, of course, the restart policy for the Pod says that is what it