Disk partitioning in Managed Kubernetes on dedicated servers
In a Managed Kubernetes cluster on dedicated servers, only one disk type is partitioned automatically — the one with the highest performance. Disk types, ordered from highest to lowest performance: SSD NVMe ⟶ SSD SATA ⟶ HDD SATA.
The disks in the cluster are combined into a RAID1 — all data is written to two physical disks in the RAID array simultaneously. Both disks in the array are partitioned.
The following partitions are allocated by default: root partition /, /boot and /storage.
You can only change the disk partitioning when creating a cluster. You can opt out of the /storage partition and change the size of the root / partition. The list of partitions and information about their default sizes and value limits can be found in the Disk Partitions and Their Size table.
In an existing cluster, you can view the disk partitioning in the control panel: in the top menu, click Products and select Managed Kubernetes → cluster page → Cluster composition tab → click the node name → Operating System tab → Partitioning.
Disk partitions and their size
* The size of the /boot partition cannot be changed.