# Overview

{% hint style="warning" %}
**BETA** keep in mind that this is a beta version and some features may not work as expected.
{% endhint %}

Deploying in Kubernetes is an advanced topic and requires a strong working knowledge of Kubernetes. This guide is intended for experienced Kubernetes users who want to deploy Supervisely in their Kubernetes cluster.

There are two ways to integrate Supervisely with Kubernetes:

* [Deploy all Supervisely components in a Kubernetes cluster](/agents/connect-your-computer/installation.md)
* [Connect a Kubernetes cluster with a Supervisely server for Supervisely Apps deployment](/enterprise-edition/kubernetes/agent.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.supervisely.com/enterprise-edition/kubernetes/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
