Release notes in Managed Kubernetes
2026
-
updated the list of supported Kubernetes versions: added version 1.36 and removed version 1.33.
A list of supported versions is available in the Versions subsection of the Managed Kubernetes Product Description;
-
moved Managed Kubernetes to a separate section in the Control panel.
-
added support for two types of kernel modules in pre-installed drivers for GPU node groups. The kernel module type depends on the GPU architecture and is selected automatically. More details in the Drivers for GPU Node Groups in a Managed Kubernetes Cluster guide;
-
added AppArmor packages to the worker node image. AppArmor is a Linux kernel security module that restricts process access to worker node resources using profiles. AppArmor is used with:
- with Pod Security Standards — define acceptable profiles at the cluster level;
- with OPA Gatekeeper and Kyverno policies — can require the use of specific profiles;
- Runtime Security — for example, Security Profiles Operator, KubeArmor. More details on restricting access to resources using AppArmor in the Restrict a Container's Access to Resources with AppArmor guide in the Kubernetes documentation.
- added user data support in clusters on dedicated servers. More details about user data in the User Data in Managed Kubernetes Node Groups guide;
- updated the list of applications that can be installed in a Managed Kubernetes cluster via the Control panel — added the ability to install the Envoy Gateway application and removed the option to install the NGINX Ingress Controller application;
- changed the link to Managed Kubernetes in the Control panel. The new link is https://my.selectel.ru/mks/.
- added a new cluster type — a fault-tolerant multi-zone cluster. Available only in the multi-zone pool ru-6. More details about cluster types in the Cluster Types subsection of the Managed Kubernetes Product Description;
- added mks service events related to the Envoy Gateway application to audit logs.
-
updated the list of supported Kubernetes versions: added version 1.35 and removed version 1.32.
A list of supported versions is available in the Versions subsection of the Managed Kubernetes Product Description;
-
updated the containerd configuration storage format on worker nodes — the configuration is now stored in the
/etc/containerd/certs.d/docker.io/directory in thehosts.tomlfile. This allows you to add directories for custom registries and configure them separately, for example, you can specify a CA certificate for a self-signed TLS or disable certificate verification. More details on configuring containerd registries via thehosts.tomlfile in the containerd documentation on GitHub.For Managed Kubernetes clusters version 1.31 and higher, the new containerd configuration storage format is applied by default when creating a cluster. In existing clusters, changes will be applied automatically when worker nodes are reinstalled or when a new node group is created.
- added mks service events related to integration with Container Registry;
- updated the Karpenter provider — Karpenter now correctly calculates the amount of memory available after the operating system has loaded and selects flavors with sufficient resources to start pods;
- added the
cni_typeparameter to the selectel_mks_cluster_v1 resource — you can now select the network plugin (CNI) type when creating a cluster via Terraform.
- added mks service events to audit logs;
- removed the restriction on network cards in clusters on dedicated servers — you can now use network cards with a connection speed of 10 Gbps and 25 Gbps;
- added support for ephemeralStorage when autoscaling with Cluster Autoscaler and Karpenter;
- added the ability to view user data in the Control panel, which you specified when creating a cluster on a cloud server or adding a new node group;
- added the
pigzutility to the worker node image, which speeds up the unpacking of container images through multi-threaded layer processing. The containerd container runtime automatically starts using thepigzutility. No additional setup or configuration is required.
-
updated the autoscaling process with Karpenter:
- accelerated the scaling process by creating multiple NodeClaims in parallel;
- added UserData support in NodeClass;
- added PriorityClassName to the Karpenter installation Helm chart.
2025
-
updated the list of supported Kubernetes versions: added version 1.34 and removed Kubernetes version 1.31.
A list of supported versions is available in the Versions subsection of the Managed Kubernetes Product Description;
-
added the ability to create Managed Kubernetes clusters on dedicated servers with GPU;
-
added the ability to specify a CIDR for a node group subnet in a Managed Kubernetes cluster on dedicated servers when creating a cluster and adding a node group;
-
added information about the network plugin (CNI) you selected when creating the cluster to the cluster page in the Control panel, which you selected when creating the cluster.
- preemptible node groups are now available in the regions of St. Petersburg, Moscow and Novosibirsk;
- added a field to the cluster deletion form for specifying the reason for cluster deletion.