Kubernetes - Volumes
Oct 3, 2024 · 8 min read · First we will try to understand few point about Container Volumes: How a Docker Container manages data? Docker Writable layer Data Storage : (Non-persistent) Each Docker container has a writable layer where the application’s data is stored. This la...
Join discussion