> For the complete documentation index, see [llms.txt](https://docs.kubolabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kubolabs.io/getting-started/kubovisor.md).

# KuboVisor

We provide two different installation types for KuboVisor:

* [**cloud installation**](/getting-started/kubovisor/cloud-mode.md): we connect to your cluster from our infrastructure
  * :person\_lifting\_weights: we do the heavy lifting for you
  * :feather: nothing runs on your cluster
  * :chart\_with\_downwards\_trend: you save resources
* [**local agent installation**](/getting-started/kubovisor/agent-mode.md): you deploy a KuboVisor agent workload on your cluster
  * :police\_officer: you are in charge
  * :hammer\_pick: additional configuration
  * :lock: more secure
  * :chart\_with\_upwards\_trend: use more resources

The **easiest way** to setup KuboVisor is to use the [cloud installation](/getting-started/kubovisor/cloud-mode.md), you only need:

* a publicly reachable cluster (with optional SSH authentication)
* a *kubeconfig* file with sufficient permissions

However, if your cluster is completely private or you don’t want to provide us with your cluster credentials, you can still [install the agent on your cluster](/getting-started/kubovisor/agent-mode.md).
