Which problems, volumes in Kubernetes solve?
Answer
- Sharing files between containers running in the same Pod
- Storage in containers is ephemeral - it usually doesn't last for long. For example, when a container crashes, you lose all on-disk data. Certain volumes allows to manage such situation by persistent volumes