Index ¦ Archives ¦ Atom > Tag: k8s

Understanding Kubernetes Storage: From Persistent Volumes to Storage Classes

In Kubernetes, managing storage for applications running in pods is achieved through Persistent Volumes (PV), Persistent Volume Claims (PVC), and Storage Classes (SC). Here's a quick breakdown:

1. Persistent Volume (PV):

A Persistent Volume is a piece of storage in the cluster provisioned by an administrator or dynamically using Storage …

© Ganesh Hubale. Built using Pelican. Theme by Giulio Fidente on github.