Search⌘ K
AI Features

Getting Started with Volumes

Explore how Kubernetes volumes help preserve application state despite container or node failures. Understand different volume uses, including accessing host resources and storing configurations. This lesson equips you to manage stateful workloads effectively within Kubernetes.

State preservation

Note: Having a system without a state is impossible. Even though there is a tendency to develop stateless applications, we still need to deal with the state. There are databases and ...