> For the complete documentation index, see [llms.txt](https://docs.supervisely.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.supervisely.com/enterprise-edition/kubernetes.md).

# Kubernetes

Run Supervisely on Kubernetes with the official **Helm chart**. One chart covers two scenarios, chosen with a single `mode` value:

* **Full Supervisely** (`mode: full`) — the whole platform runs in your cluster.
* **Kubernetes agent** (`mode: kubernetes-agent`) — a lightweight agent that connects an existing Supervisely instance to your cluster to run apps and tasks.

Start here:

* [Overview](/agents/connect-your-computer/overview.md) — the chart, the two modes, and how to get it
* [Install full Supervisely](/enterprise-edition/kubernetes/installation.md) — deploy the whole platform
* [Install the Kubernetes agent](/enterprise-edition/kubernetes/kubernetes-agent.md) — add a cluster as compute
* [Ingress](/enterprise-edition/kubernetes/ingress.md) — expose Supervisely through your ingress controller
* [AWS EKS](/enterprise-edition/kubernetes/aws-eks.md) — build a cluster from scratch on AWS, ready for Supervisely

{% hint style="info" %}
Prefer the simplest single-machine setup? The [Docker Compose installation](/enterprise-edition/get-supervisely/installation.md) is the easier path when you don't need Kubernetes.
{% endhint %}
