Products
...
Compute
Kubernetes Engine
Creating a Kubernetes Cluster
10 min
step 1 create a kubernetes cluster navigate to the kubernetes tab on the left side of the menu click on the create kubernetes cluster option step 2 configure cluster settings select the project , location , kubernetes version , and node plan from the available options increase the node count to set the number of worker nodes it's important to add your ssh key to the cluster; without an ssh key, you won't be able to access the cluster to add your ssh key, click on add ssh key step 3 add your ssh key add your public key with a name for the ssh key in the dialog box click on the add ssh key button step 4 review and create cluster once the ssh key is added, provide a name for your cluster click on review & create cluster step 5 finalize cluster creation a new dialog box will open with details of your kubernetes cluster, including billing information if all details are correct, click on the create cluster button step 6 cluster creation complete your kubernetes cluster will be created with the required controller node and worker nodes you can view the cluster details under the kubernetes menu how to access the kubernetes cluster ssh into control and worker nodes control node ssh i \<ssh private key> p 2222 cloud@\<public ip address of virtual router> worker node ssh i \<ssh private key > p 2223 cloud@\<public ip address of virtual router> note in case there are worker nodes more than one, then every worker node is mapped from port 2223 to the total number of worker modes for example if i have 3 worker nodes, then ports 2223, 2224 & 2225 are mapped to each worker node you can access all the worker node using the public ip of kubernetes cluster with their corresponding ports as shown in the commands above