Docs
  • Introduction
  • 🖥️Products
    • KuboScore
    • KuboVisor
  • 🚀Getting started
    • KuboScore
      • Cloud mode
      • Local mode
    • KuboVisor
      • Cloud mode
        • Automatic setup
        • Manual setup
      • Agent mode
      • Troubleshooting
  • 🎓Guides
    • Generate Kubernetes credentials
    • Grant access to a private network
  • 🧐FAQ
Powered by GitBook
On this page
  • Download the script
  • Check current context
  • Execute the script
  1. Getting started
  2. KuboVisor
  3. Cloud mode

Automatic setup

Setup KuboVisor cloud in less than 30 seconds.

PreviousCloud modeNextManual setup

Last updated 2 years ago

The following content assumes you have installed, as well as a privileged access to your cluster to create listed resources.

For your convenience, we provide a that will perform all the actions described in the .

If you are using Windows, you will have to execute these commands in a or some application like .

Download the script

curl -sO https://download.kubolabs.io/scripts/setup_kubovisor
chmod +x setup_kubovisor
wget -q https://download.kubolabs.io/scripts/setup_kubovisor
chmod +x setup_kubovisor

Check current context

Make sure that your current kubecontext points to the correct cluster by, for example, checking the cluster Nodes:

kubectl get nodes

If this is not the correct cluster, you need to update your KUBECONFIG environment variable to point to the correct kubeconfig file:

export KUBECONFIG=/path/to/kubeconfig.yaml

Execute the script

To setup KuboVisor on your cluster, you need to choose between the limited and read-only .

This script will create resources on your behalf in your cluster.

If you want to know what is actually done, you can review the resources created in the .

Please make sure that your current context targets the cluster where you want to setup KuboVisor.

# Use limited permissions
./setup_kubovisor limited

# Use read-only permissions
./setup_kubovisor read-only

At the end of the execution, a kubeconfig file will be generated in the current directory. Use this kubeconfig on KuboVisor to .

🚀
📜
🧐
⚡
kubectl binary
hand-crafted Bash script
manual setup instructions
WSL system
Git Bash
manual setup instructions
permission levels
add your cluster