Set Up a Kubernetes Cluster
Creating a cluster in the Kubernetes Manager
1. Go to Containers > Managed Kubernetes.

2. Select Create Cluster.
3. Give the cluster a unique Name.
4. Select the Kubernetes Version you want to run in the cluster.
5. Click Create Cluster.
Result: The cluster will now be created and can be further modified and populated with node pools once its status is active.
To access the Kubernetes API provided by the cluster simply download the kubeconfig
file and use it with tools like kubectl
.
Configuring a cluster in Cluster Settings
1. Select Cluster name from the list and type a new name.
2. Select the Version of Kubernetes you want to run on the node pool.
3. Select the Maintenance time of your preferred maintenance window. Necessary maintenance for Managed Kubernetes will be performed accordingly.
4. Click Update Cluster to save your changes.

Deleting a cluster
Open the Kubernetes Manager.
Select the cluster from the list.
Click the Delete in the menu.
Confirm the deletion when prompted.

Last updated
Was this helpful?