Home >

Kubernetes Pod Life Cycle Cheat Sheet

Kubernetes Pod Life Cycle Cheat Sheet

Understand when and where to run your code.

Posted on September 1, 2018 by Ernesto Garbarino

In the process of configuring a StatefulSet for Memcached, I’ve discovered that my biggest hurdle had to do with my inability to grasp the exact order of events that take place in a Pod’s life cycle.

As a result, I’ve created a single page cheat sheet that describes the key events in a Pod life cycle and the opportunities available to run code. Please let me know if I’ve missed something.

Download links