All-Things-Docker-and-Kubernetes

Stateless and Stateful

Stateless Applications

This means application that doesn’t have a state and doesn’t write any local files.

Stateful Applications

Includes traditional databases such as PostgreSQL and MySQL which have database files that can’t be split over multiple instances.


Back to first page