Kubernetes - Section 7: State Persistence đī¸
Description đ
Pods
in Kubernetes are ephemeral in nature. They can easily be created and destroyed. This is a problem for stateful applications. Stateful applications require some form of stable storage. Kubernetes provides multiple ways to persist data, that will be covered in this section.
Table of Contents
đ
- đž volumes
- đ° persistent volumes
- đŠ persistent volume claims
- đĻ storage classes
- đ stateful sets
- đ§ headless service