Skip to main content

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

Default sizeMinimum sizeMaximum size
/100 GB30 GBCalculated using the formula: disk size (in GB) - 1 GB for the /boot partition - 1 GB for the /storage
/boot1 GB*1 GB1 GB
/storageCalculated using the formula: disk size (in GB) - 1 GB for the /boot partition - 100 GB for the /storage1 GBCalculated using the formula: disk size (in GB) - size of the root / partition - 1 GB for the /boot

* The size of the /boot partition cannot be changed.