December
In this article:
December#
December 18#
Changes#
Classic Kubernetes clusters are no longer supported. You can create Kubernetes clusters based on Elastic Kubernetes Service (EKS).
When backing up instances, you can exclude individual volumes other than the system one from the backup. You can select volumes in the web interface and via API.
API#
To describe backup tasks, new data types SelectionResourceConfiguration and Configuration are added to API methods.
Fixed#
The validation rules are changed for the following fields:
Description — the IP address registration window;
Security group name — the security group wizard;
Description — the security group wizard;
Description — the network interface wizard;
Name — the virtual switch wizard.
From now on, only Latin letters, numbers, spaces and the characters
.-:/()#,@[]'+=&;}{!$*
are allowed.In the Placement group name field of the placement group wizard, only Latin letters, numbers, spaces, and the characters
.-:()#,@[]'+=&;}{!$*
are allowed.In the Name field of the SSH key wizard, only ASCII characters are allowed.
December 19#
Changes#
The new Direct Connect service provides L3 connectivity between the corporate network and K2 Cloud. It ensures a direct link with low latency and guaranteed bandwidth (1, 10 and 25 Gbps). If multiple links are connected to different devices on the cloud side, the service ensures high availability via the BGP protocol.
Links connected to the same device can be grouped. Each connection or group of connections can have multiple virtual interfaces (VLANs) and its own BGP peering. You can delete virtual interfaces and create new ones with different settings.
The new Application Load Balancers (ALB) service distributes inbound HTTP and HTTPS traffic among instances for even application load. Load balancers run at OSI layer 7 and use rules to configure routing to different target groups, redirecting to a different URL, and fixed HTTP response depending on specified conditions.
To terminate HTTPS connections, the load balancer uses servers’ SSL certificates in X.509 format. When establishing a secure connection, TLS 1.0-1.3 protocols are supported. The load balancer decrypts the inbound traffic before sending it to the target resource.
December 26#
Changes#
The new EFS service provides scalable and high-availability file storage that can be shared by multiple instances, including those in different VPCs and other networks outside the cloud. The EFS file system is accessed via Network File System (NFS) 4.1 protocol. To use the service, a user should be assigned the EFSFullAccess policy in a specific project.