Update killing_containers.md (#401)

* Update killing_containers.md

rectify the spelling of properly

* Update topics/kubernetes/solutions/killing_containers.md

correct the grammatical errors to make the sentence meaningful

Co-authored-by: andrzejsydor <andrzejsydor@users.noreply.github.com>

* Update topics/kubernetes/solutions/killing_containers.md

commiting the suggested changes

Co-authored-by: andrzejsydor <andrzejsydor@users.noreply.github.com>

---------

Co-authored-by: andrzejsydor <andrzejsydor@users.noreply.github.com>
Co-authored-by: Arie Bregman <bregman.arie@gmail.com>
This commit is contained in:
Rahul Kumar Yadav 2024-02-02 18:51:38 +05:30 committed by GitHub
parent b2b0a600aa
commit eec9bbcd08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.`