To create the cluster you need to log in to a personal tenant with a user having administrator rights at https://vcd.cloud4y.ru/tenant/<tenant_name>.
Then select More - Kubernetes Container Clusters from the main menu and press ADD.
Select the desired VDC and press Next.
Fill in the fields
Name (cluster name) - TestCluster
Number of Worker Nodes - 3
Number of CPUs (per 1 node) - 2
Memory (MB) (number of RAM in MB) - 2048
Storage Profile (vcd-type-med, vcd-type-ssd, vcd-type-low) - vcd-type-med
SSH Key (if you have an SSH key, enter it for easy access to nodes)
Enable NFS - Add another worker node for NFS
RollBack - if you get an error while creating a cluster, the cluster will not be created and will be deleted automatically.
Press Next.
Next, select a network with Internet access in which you want to create a cluster and click Next.
Next, you need to choose a template for nod with the desired version of Docker and Kubernetes. Next
Check all the settings and if everything is correct press Finish and the cluster creation process should go on. After the creation, you will see the cluster
Go to the cluster, and here you will see detailed information about the cluster. It is possible to download the cluster configuration (download kube configuration) for kubectl. It is possible to go to the Nodes tab and add worker-nodes if needed.
Congratulations, you have successfully created a cluster. And you can move on to the cluster life cycle.