Kubernetes pods restarting on Azure

3/15/2017

When utilising Azure Container Service (Kubernetes provider) I am seeing a number of my pods randomly restart at exactly the same time?

Randomly, it seems to affect all pods apart from a daemonset pod I have and the kube proxy. All other pods restart including the kube-system pods such as DNS, Heapster and dashboard.

Can anyone point me in the right direction for understanding why the pods are restarting? Nothing seems to jump out on the syslog file and I couldn't find the kubelet log on Azure?

-- eggsy84
azure
kubernetes

1 Answer

4/5/2017

In order to troubleshoot please run the following command: kubectl get events, then post the results here.

-- Oswin Noetzelmann
Source: StackOverflow