Day 09 Storage in Kubernetes
Containers/Pods are ephemeral so On-disk files too. it creates many problems for non-trivial applications running in containers. One of the biggest problems is the loss of files when a container crashes. The Kubelet service will restart the container...
m3pratik.hashnode.dev2 min read