Container Lifecycle

Kubernetes supports the postStart and preStop lifecycle events. Kubernetes sends the postStart event immediately after a Container is started, and it sends the preStop event immediately before the Container is terminated.

Adding a new Lifecycle

 

Edit Lifecycle

Delete Lifecycle