ab61a49f84
SSIA
376 B
376 B
"Killing" Containers
- 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
After you complete the exercise
- Why did the "RESTARTS" count raised?