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 co
test-1495806908-xn5jn
container-test
There was an issue in coredns pod, I deleted such pod by
coredns
kubectl delete pod -n=kube-system coredns-fb8b8dccf-8ggcf
Its pod will restart automatically.