Day 36 Task: Managing Persistent Volumes in Your Deployment π₯
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...
maherdevopsjourney.hashnode.dev5 min read