Smart Learning/Kubernetes Learning Journey/Storage and Persistent Volumes

Gce PV Example / Google Cloud Persistent Disk

TrackKubernetes Learning Journey
Current SectionStorage and Persistent Volumes
Progress38 of 271

Hands-on example of using a Google Cloud Persistent Disk (GCE PD) as a Persistent Volume (PV) in a GKE cluster.

Prerequisites:

  • A GKE cluster is running.
  • You’ve created a Persistent Disk using this command:
gcloud compute disks create --size=10GB --zone=us-central1-a my-gce-disk