diff --git a/topics/kubernetes/solutions/killing_containers.md b/topics/kubernetes/solutions/killing_containers.md index d1b8908..de08581 100644 --- a/topics/kubernetes/solutions/killing_containers.md +++ b/topics/kubernetes/solutions/killing_containers.md @@ -9,4 +9,5 @@ ## After you complete the exercise -* Why did the "RESTARTS" count raised? - `because we killed the process and Kubernetes identified the container isn't running properly so it performed restart to the Pod` + +* Why did the "RESTARTS" count raised? - `Kubernetes restarted the Pod because we killed the process and the container was not running properly.` \ No newline at end of file