Dynamic Volume Expansion
EPAM 👶 Easy Kubernetes
Beginner Mode

Start your terminal to use beginner mode.

Scenario

An application requires persistent storage that can be resized without downtime.

Task

Create a StorageClass, PVC, and Pod. Once the pod is running, expand the PVC to the expanded size without restarting the pod.

Property Value
Namespace storage
StorageClass expandable-sc
PVC name data-pvc
Initial size 1Gi
Expanded size 5Gi
Pod name app-pod
Image nginx
Mount path /data

Template files are available at /home/interview/.

Terminal requires a larger screen

Open this page on a desktop or tablet (≥ 768px) to launch the terminal and practice hands-on.

Kubernetes Environment

Launch a live cluster to solve this challenge.

Sign In

Track

Question Difficulty Company Access
Need more practice in this area? Explore more questions →