Creating a Cluster

How to create and connect to the cluster

If you have connected your cloud, you can create a new project.

1) Manager/Partner has to create a new project and assign it to a user.

Add project and assign it to user

2) Manager/Partner binds flavors needed to the new project.

a) during project creation

Flavor - project creation

b) in Flavor Info

Flavor - Flavor Info

3) Now User/Manager/Partner can create new servers in the project. Keep in mind, that a working cluster consists at least of 1 Bastion, 1 Kubemaster and 1 Kubeworker. However, you can also create a multimaster by creating more than 1 Kubemaster, the number of masters must be odd. If you want to create a multimaster, you have to do it before commit.

Recommendation for sizing:

  • bastion recommended 2 vCPU + 2GB of RAM

  • masters recommended 4 vCPU + 8GB of RAM

Add servers
  • use shortcuts:

    • b - bastion

    • m - master

    • w - worker

    • numbers of master/worker for faster server addition

The bigger flavor you choose the longer it will take to create.

  • commit

Commit

  • creating the project, servers get through the stages:

    • ->->

  • successful creation, the project is Ready

Ready
  • failed creation, the project is Failed or Pending without any action

    • if servers fail during creation, best way to restore them is with repair button (details: User, Manager, Partner)

  • delete servers

    • Manager/Partner can delete unnecessary servers

Delete unnecessary servers

You can delete servers to still have working cluster (1 bastion, 1 master and 1 worker) or delete the whole working cluster.

4) Control remotely.

Use kubeconfig file to connect to your kubernetes.

Last updated

Was this helpful?