Skip to main content

Disk partitioning in a Managed Kubernetes cluster on dedicated servers

Last update:

In a Managed Kubernetes cluster, the highest performing disk is allocated to the dedicated servers.The disks are in order from highest performing to lowest performing: NVMe SSD ⟶ SATA SSD ⟶ HDD.

By default, the /boot, /root, and /storage partitions are allocated.

You can change disk partitioning only when creating a cluster.You can discard the /storage partition and resize the /root partition.For a list of partitions and information about their default size and value limits, see the Disk Partitions and 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 on the node name → Operating System tab → Partitioning field.

Disk partitions and their size

Default sizeMinimum sizeMaximum size
/boot1 GB*1 GB1 GB
/root100 GB.30 GB.Calculated using the formula: disk size (in GB) — 1 GB of /boot partition — 1 GB of /storage partition
/storageCalculated using the formula: disk size (in GB) — 1 GB of /boot partition — 100 GB of /storage partition1 GBCalculated by the formula: disk size (in GB) — size of /root partition — 1 GB of /boot partition

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