Managed Kubernetes disks
Managed Kubernetes uses local и networked cloud platform disks.
You can use local and network disks in a Managed Kubernetes cluster as a boot disk and for data storage.
When selecting a disk, consider peculiarities of using local and network disks in Kubernetes.
Using network and local disks in Kubernetes
Boot disks
Boot (system) disks are used to start and initialize the operating system and applications in Kubernetes containers.
You can use the following disks as boot disks local и networked cloud platform disks.
You select the boot disk when you create the cluster and cannot change it after the cluster is created.
When reinstalling node, all data on boot disks is deleted.
The nodes are being reinstalled:
- at updating the minor version of the cluster;
- manually reinstalling node;
- patch auto-update;
- node auto-recovery.
Storage disks
For data storage in Managed Kubernetes clusters we recommend using PersistentVolume (PV) on network disks.
If you installed the CSI driver yourself and created a PV on the local disk, the data will be deleted when the node is deleted.