Cloud mode

Step-by-step instructions to setup KuboVisor cloud on your cluster.

Go to your clusters list, click on the « Add » button and select the « Cloud » installation type.

🏗️ Prepare your cluster

Before going further, you need to prepare your cluster for KuboVisor. This preparation involves the creation of several authorization related resources (RBAC) needed to grant enough permissions for KuboVisor.

To perform the preparation, please choose between:

Both methods generate a kubeconfig file that you will need in the next steps.

If your cluster is exposed to the internet through a SSH bastion, please make sure to review the documentation on how to configure your bastion for KuboVisor.

If your cluster is fully private, you cannot use KuboVisor in cloud mode, use KuboVisor agent instead.

Add your cluster

When your cluster is configured as requested by previous section, you can click on « My cluster is configured ».

On the next screen, you will be requested to fill your cluster details:

  • name: cluster name as displayed in KuboVisor

  • provider: provider for your cluster, be it a cloud provider or on premise

  • kubeconfig: file to use to authenticate with your cluster

If you have a private cluster behind a SSH bastion host, you need to set the following fields in addition to others:

  • bastion host: IP/DNS name where your bastion is publicly exposed

  • bastion login: user login to use to authenticate with your bastion

  • bastion SSH key: SSH private key to use to authenticate with your bastion

  • API endpoint: Kubernetes API endpoint to use from inside your network

You can check the connection to your cluster with the « Check connection » button. To confirm your cluster details click on « Add cluster ».

After your cluster has been added, it will be displayed in the user interface as “disabled” until data is received.

This process can take up to 5 minutes. If it takes more time than that, please review the troubleshooting page. If you can’t resolve the issue by yourself, feel free to contact us via email or our in-app chat.

🚀 Get to know your cluster

When data is available, you’ll see colored indicators regarding your cluster's state, health and security. Go ahead, click on them to display the details!

Elements shown in red are issues that should be addressed as soon as possible.

While elements shown in orange are problems that should still be addressed, they don’t threaten your cluster nor your workloads.

If everything is green, congratulations! That means your cluster is in very good shape 😎 Try to keep it this way!

Last updated