Kandlagunta Venkata Siva Niranjan Reddygetting-started-with-kubernetes.hashnode.dev·Nov 18, 2024Understanding Kubernetes Volumes: Using EmptyDir, HostPath, and NFS for Persistent StorageIn Kubernetes, volumes provide a way to persist data outside the lifecycle of containers. This ensures that data generated by a pod remains accessible even if the pod is deleted, restarted, or replaced. Volumes play a critical role in supporting stat...kubernetes-persistent-volumes
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Oct 3, 2024Kubernetes - VolumesFirst we will try to understand few point about Container Volumes: How a Docker Container manages data? Docker Writable layer Data Storage : (Non-persistent) Each Docker container has a writable layer where the application’s data is stored. This la...Kubernetes Basics: A Beginner’s GuideEphemeralStorage
Mohmmad Saifsaif102.hashnode.dev·May 20, 2024🔎 Exploring NodePort and Volumes in KubernetesIn Kubernetes, NodePort and volumes are essential components for exposing services and managing persistent storage. NodePort NodePort is a type of Kubernetes service that exposes an application running on a set of pods to the external network. It ass...29 readsTypes of Volume