January 2025
Intermediate to advanced
312 pages
6h 8m
English
Stateful applications that create and manage data are a big part of modern cloud-native apps. This chapter explains how Docker volumes help stateful applications manage their data.
I’ve split the chapter into the following parts:
There are two main types of data — persistent and non-persistent.
Persistent data is the stuff you care about and need to keep. It includes things like customer records, financial data, research results, audit data, and even some types of logs. Non-persistent data is the stuff you don’t care about and don’t need to keep. We call applications ...
Read now
Unlock full access