> For the complete documentation index, see [llms.txt](https://learn.heeler.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.heeler.com/tenant-admin-guide/connections/kubernetes-clusters.md).

# Kubernetes Clusters

Connecting your Kubernetes clusters lets Heeler observe what's actually running in production — which workloads exist, which images they pull, and which namespaces they live in. This runtime context is what makes Heeler's risk prioritization runtime-aware.

### Where to find it

Administration → **Connections** → **Kubernetes Clusters** in the left sidebar.

URL: `https://app.heeler.com/administration/connections/kubernetes_clusters`

### Quick start

[See the Cloud Setup documentation](/getting-started/cloud-setup.md).&#x20;

### Reference

#### Table columns

| Column         | Description                                                  |
| -------------- | ------------------------------------------------------------ |
| **Cluster**    | Display name and cluster identifier.                         |
| **Health**     | Whether Heeler is currently receiving data from the cluster. |
| **Nodes**      | Count of nodes Heeler has observed.                          |
| **Namespaces** | Count of namespaces observed.                                |
| **Date Added** | When the connection was first created.                       |

#### Actions

* **Add Cluster** — start a new cluster connection.
* Clicking a row opens detail including detected workloads and any installation issues.


---

# 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:

```
GET https://learn.heeler.com/tenant-admin-guide/connections/kubernetes-clusters.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.
