Siddhartha Gauravsgaurav.hashnode.dev·Jul 17, 2024Part 1: Understanding Kubernetes Volumes - EmptyDir and HostPathIntroduction Kubernetes, an open-source container orchestration platform, helps in deploying, scaling, and managing containerized applications efficiently. One of the essential features in Kubernetes is its volume management system, which allows data...1 like·61 readsKuberneteshostpath
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 24, 2023Kubernetes Volumes, PVs, and PVCsVolumes By default, container data is stored inside own its file system. Containers are ephemeral in nature. When they are destroyed, the data inside them gets deleted. Also, when running multiple containers in a Pod it is often necessary to sha...30 likesK8sKubernetes