How do I know when a container in a kubernetes cluster is being restarted?
I have a kubernetes cluster in google container engine but container in a kubernetes cluster is being restarted. Couple of times, hosted website went down.When I look at the container logs; I see that the normal startup sequence has recently completed, so I assume the container has died (or was it killed?) And restarted. How […]