Clusters

Quickstart

  1. Start by clicking the Wizard button in the Control Panel. Click Create Kubernetes Cluster.

  2. Choose a data center Region.

  3. Choose the default configuration for your worker nodes, which determines their RAM, vCPUs, and price. If you need more than three worker nodes, click the (+) Plus sign on the card.

  4. Confirm the network topology. If you have more than one Private Network, you can select the one you want. By default, each cluster is assigned an address and is reachable via the Internet. If you wish for the cluster to be reachable only internally, uncheck the IPv4 checkbox.

  5. Name your cluster and click on Finish. Deploying the cluster takes a few minutes.

  6. Download the cluster configuration file by clicking the (•••) More button and then Download Kube-Config.

  7. Once the cluster is created, use kubectl, the official Kubernetes command-line tool, to connect and interact with the cluster. If you prefer an intuitive graphical interface, then the free third-party tool Lens is right for you.

Last updated