⎈ k8s knowledge compiler

GCEPersistentDiskVolumeSource [api_object]ai-synthesized · conf 0.82

Represents a Persistent Disk resource in Google Compute Engine. A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.

corestorage

GCEPersistentDiskVolumeSource is a Kubernetes API resource that represents a persistent disk from Google Compute Engine.

Why it matters It enables users to mount persistent disks from GCE in their pods, providing durable storage for applications.

Key facts - Represents a persistent disk from GCE - Used for mounting persistent disks in pods

Sources

swagger.jsonio.k8s.api.core.v1.GCEPersistentDiskVolumeSource

Related (2)

related_to PersistentVolumeSpecreferences type conf=1
related_to Volumereferences type conf=1

← all API Explorer