mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 16:19:10 +00:00
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
376 B
376 B
"Killing" Containers
- Run Pod with a web service (e.g. httpd)
- Verify the web service is running with the
pscommand - 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?