Back to Challenges
Persistent Data
Containers are ephemeral - when they restart, their data vanishes. Some applications need storage that survives pod restarts.
20 min
Initial Situation
A note-taking application is deployed but loses all notes when the pod restarts. The application stores notes in /data/notes.txt. Users are complaining that their notes keep disappearing.
Your Mission0/2
Loading validation status...
Start this challenge in your local Kubernetes cluster:
$ kubeasy challenge start persistent-data