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
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