漏 2026 Hashnode
In the realm of Kubernetes (k8s), managing storage is an essential part of ensuring data persistence and availability for applications. One powerful tool in this arena is Persistent Volumes (PVs), which provide a mechanism for storing data independen...

#90daysdevopsChallenge #day36 Configuration_files : https://github.com/DevUnnati/90daysdevopschallenge What is PV in Kubernetes? PV stands for Persistent Volume which means it's always available, It is a cluster-wide resource or object, used to store...

馃搷Introduction 馃巼Welcome to my Kubernetes blog series, where I share my Kubernetes learnings and try to deep dive into topics. In this blog, we will explore the K8's intermediate concepts in detail and understand them by doing hands-on MySQL database...

TABLE OF CONTENTS What are Persistent Volumes in k8s? Task-1: Add a Persistent Volume to a deployed application. Task-2: Accessing data in the Persistent Volume What are Persistent Volumes in k8s? Kubernetes persistent volumes are administrator-...
