How to Add Volumes to Kubernetes Clusters

Test your Kubernetes expertise with this CNCF Challenge! Demonstrate your ability to configure and manage persistent storage in DigitalOcean Kubernetes (DOKS) by creating PersistentVolumeClaims (PVCs), setting up StatefulSets, and troubleshooting volume issues.

How to Add Volumes to Kubernetes Clusters

This lab explains how to add persistent storage to DigitalOcean Kubernetes (DOKS) clusters using PersistentVolumeClaims (PVCs) with kubectl. It covers creating a StatefulSet configuration to mount volumes, resizing volumes, setting permissions with initContainers, and troubleshooting common issues like PVC deletion stalls.

Kubernetes Volumes Challenge Exam