Basics of Stateful vs. Stateless Architecture

Stateful Architecture Stateful architecture is a design pattern in which an application or system maintains an ongoing record of the state of each user or client that interacts with it. This means that the application or system is able to

Read More »

Stateful Applications In Kubernetes Overview

The Context There is a widespread belief that Kubernetes isn’t ready for stateful applications like MySQL and MongoDB. It has even been asked if running stateful applications in Kubernetes is worth the risk, but developer Kris Nova from Heptio asks

Read More »
Scroll to Top