The secret of Stateful vs Stateless workloads in Kubernetes is this: Everything has state. What matters is whether anything cares about it. Or really, how micromanage-y the things are that care about it (there’s a reason it’s “state” as in “status.”). In this post, you’ll discover what “stateful” means in the world of Kubernetes, and what the project is doing to support these critical workloads. This blog post is essentially a text version of the talk, “The State of Statef...