> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-container/kubernetes-integration/overview-of-kubernetes-integration/enable-the-kubernetes-integration.md).

# Enable the Kubernetes integration

How to enable the Snyk Kubernetes integration

{% hint style="info" %}
**Feature availability**

Kubernetes integration is available only with Enterprise plans. For more information, see [plans and pricing](https://snyk.io/plans/).
{% endhint %}

## Set up the Kubernetes integration for your Organization

To integrate your Snyk Organization with Kubernetes:

1. On the main page of the Snyk Web UI, navigate to **Integrations**.
2. Select **Container orchestrators** and then select **Kubernetes.**
3. Click **Connect**. On the page that appears, you can find the **Integration ID** which is created for the Kubernetes integration. The **Integration ID** is required during the Snyk Controller installation.
4. Create a [Group or Organization service account token](/platform-administration/service-accounts/service-accounts.md). This service account token is required during the Snyk Controller installation. For more information, including the permissions required, see [Prerequisites for installing the Snyk Controller](/scan-fix-and-prevent/scan-with-snyk/snyk-container/kubernetes-integration/install-the-snyk-controller.md#prerequisites-for-installing-the-snyk-controller).

## View and manage your Organization integration settings

To view and manage the Organization integration settings:

1. On the main page of the Snyk Web UI, navigate to **Settings**.
2. On the **ORGANIZATION SETTINGS** page, navigate to **Integrations**.
3. From the list of integrations, navigate to **Kubernetes** and click **Edit** **settings**. The Kubernetes settings page appears.

In this window, the following sections are available:

| Section                        | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Connected to Kubernetes**    | <p>This section appears after you have successfully connected, allowing you to add your workloads from the <strong>Dashboard</strong>, from the <strong>Projects</strong> page.</p><p>When the Kubernetes integration is not yet set up, this is the only section that appears in this window, together with the <strong>Connect</strong> button. See <a href="/scan-fix-and-prevent/scan-with-snyk/snyk-container/kubernetes-integration/overview-of-kubernetes-integration.md">Overview of the Kubernetes integration</a>.</p> |
| **Integration ID**             | <p>The <strong>Integration ID</strong> is a UUID and appears in the format <code>abcd1234-abcd-1234-abcd-1234abcd1234</code>.</p><ul><li>If you have not set up the connection yet, click <strong>Connect</strong> and use this ID to set up your configuration.</li><li>If you have set up configuration, this information is visible on the page.</li></ul>                                                                                                                                                                    |
| **Snyk controller versions**   | Displays the version of the Snyk controller you have installed on your clusters.                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| **Disconnect from Kubernetes** | Allows you to remove this integration from this Organization. To do this, click **Disconnect**.                                                                                                                                                                                                                                                                                                                                                                                                                                  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-container/kubernetes-integration/overview-of-kubernetes-integration/enable-the-kubernetes-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
