Day 36 Task: Managing Persistent Volumes in Your Deployment 💥
Feb 4, 2024 · 5 min read · 1. Kuberenetes Volume Containers are short-lived in nature. So all the data stored inside a container is also deleted if the container crashes. But kubelet will restart it with a clean state, so it will not have any old data. So, for this problem k8s...
Join discussion


