Tagged articles

DynamicProvisioning

6 articles · Page 1 of 1
Linux Cloud-Native Ops Stack
Linux Cloud-Native Ops Stack
Apr 14, 2026 · Cloud Native

Understanding Kubernetes Storage: Ephemeral, Persistent, and Config Management

The article explains Kubernetes' storage architecture, covering ephemeral volumes like emptyDir and hostPath, persistent storage with PV/PVC (static and dynamic provisioning via StorageClass), configuration storage using ConfigMap and Secret, and enterprise‑grade plugins such as Ceph, providing code examples and practical usage guidelines.

CephConfigMapDynamicProvisioning
0 likes · 9 min read
Understanding Kubernetes Storage: Ephemeral, Persistent, and Config Management
Raymond Ops
Raymond Ops
Mar 10, 2025 · Cloud Native

Deploy Ceph RBD Storage in Kubernetes: Step‑by‑Step Guide

This guide walks through installing ceph-common, creating a Ceph RBD pool and image, configuring Kubernetes Deployment and PersistentVolume resources, and setting up dynamic provisioning with a StorageClass to enable block storage for containers.

CephDynamicProvisioningPersistentVolume
0 likes · 15 min read
Deploy Ceph RBD Storage in Kubernetes: Step‑by‑Step Guide
Open Source Linux
Open Source Linux
Oct 29, 2020 · Cloud Native

Why Kubernetes Introduced Volumes, PVs, and StorageClasses: A Deep Dive

This article explains the origins and purposes of Kubernetes Volume, PersistentVolume (PV), PersistentVolumeClaim (PVC), and StorageClass, compares them with Docker volumes, details static and dynamic provisioning, and walks through configuration examples, illustrating the storage architecture and workflow within a Kubernetes cluster.

DynamicProvisioningNFSPVC
0 likes · 14 min read
Why Kubernetes Introduced Volumes, PVs, and StorageClasses: A Deep Dive
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
May 24, 2018 · Cloud Native

Deploying CephFS Static and Dynamic PVs in Kubernetes

This guide explains how to configure both static and dynamic PersistentVolumes for CephFS in Kubernetes, covering PV and PVC definitions, deployment integration, the cephfs‑provisioner StorageClass, and common pitfalls such as path and permission issues.

CephFSDynamicProvisioningPersistentVolume
0 likes · 7 min read
Deploying CephFS Static and Dynamic PVs in Kubernetes