stateful apps
Building Stateful Apps on K8s Takes a Village
Running stateful, often business-critical applications in Kubernetes is increasingly common. It’s simple, right? Kubernetes just wants fast, simple access to persistent volumes and databases. With the right storage management, optimization, automation and ...
When Using Kubernetes Does (and Doesn’t) Make Sense
Kubernetes is so ubiquitous that it almost feels like a given when containers are involved. Having a standard method to orchestrate containers is a huge win for DevOps at scale, but is ...
Stateful Apps and Containers: Squaring the Circle
“Stateful containers” may sound like an oxymoron. That’s because stateful apps—those that require persistent data storage—can seem like odd matches for a container environment. But that’s not necessarily the case. To date, ...