Kubernetes 101: Building Scalable Applications - Storage
{{}}
Storage Options
Files stored in a container will only live as long as the container itself: they are ephemeral. To solve this problem we can use Pod Volumes, they outlive containers and stay available during the Pod lifetime. The Pod Volume is a...
blog.joerismissaert.dev6 min read