To create the cluster, you need to log in to a personal tenant with an administrator user at https://vcd.cloud4u.com/tenant/<tenant_name>
Then select More - Kubernetes Container Clusters from the main menu and press ADD.
Select the desired VDC and click 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 an error occurs while creating a cluster, the cluster will not be created and will be automatically deleted.
Click Next.
Select a network with access to the Internet in which you would like to create a cluster, and then click Next.
Select a template for nod with the desired version of Docker and Kubernetes. Click Next
Check all the settings and if everything is correct, press Finish and the cluster creation process should continue. Once created, you will see the cluster
Go to the cluster and you will see detailed information about it. 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. You are now ready to move on to the cluster lifecycle.