Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Oct 2, 2024Implementing NFS Persistent Volumes in Kubernetes for MySQL and Petclinic Application Project: A Complete GuideBefore jumping into the concept of NFS Volumes, let me briefly explain the different types of volumes available in Kubernetes: Here’s a concise version of the different types of Kubernetes volumes and their use cases: Temporary Storage: emptyDir Us...57 readsKubernetes Basics: A Beginner’s GuideNFS in Kubernetes
Mohmmad Saifsaif102.hashnode.dev·May 22, 2024Understanding Persistent Volumes and Liveness Probes in KubernetesIn Kubernetes, persistent volumes (PVs) and liveness probes are important components used to manage storage and application health, respectively. Here’s an overview of each: Persistent Volumes (PVs) Persistent Volumes provide a way to manage durable ...Persistent Volume in Kubernetes