1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Kubernetes

Connected

Exercise

Pods With Attached Storage

With all that good news about the scalability of Kubernetes, your boss gets excited about Kubernetes even more. He gave you the task to clarify how Kubernetes handles persistent storage, as most of the applications your company is interested in running on Kubernetes deals with lots of data that need to be stored reliably.

You decide to prepare a showcase.

(You will use a basic storage class (local-path) that simulates a real-world storage system attached to your Kubernetes cluster.)

Instructions 1/4

undefined XP
    1
    2
    3
    4
  • List all available Storage Classes in the Kubernetes cluster using kubectl get ....