- Run Pod with a web service (e.g. httpd)
- Verify the web service is running with the
ps
command - Check how many restarts the pod has performed
- Kill the web service process
- Check how many restarts the pod has performed
- Verify again the web service is running
- Why did the "RESTARTS" count raised?