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

# Kubernetes Kubelet Metrics

### Supported Platforms

| Platform              | Metrics | Logs | Traces |
| --------------------- | ------- | ---- | ------ |
| Kubernetes DaemonSet  | ✓       |      |        |
| OpenShift 4 DaemonSet | ✓       |      |        |

### Configuration Table

<table><thead><tr><th width="164.73046875">Parameter</th><th width="111.91796875">Type</th><th width="91.640625">Default</th><th>Description</th></tr></thead><tbody><tr><td>cluster_name*</td><td><code>string</code></td><td></td><td>The cluster name that will be added as the <code>k8s.cluster.name</code> resource attribute.</td></tr><tr><td>metric_groups</td><td><code>enums</code></td><td>all</td><td>Metric groups to the collector. Supported options include <code>node</code>, <code>pod</code>, <code>container</code>, and <code>volume</code>.</td></tr><tr><td>collection_interval</td><td><code>int</code></td><td>60s</td><td>Sets how often (seconds) to scrape for metrics.</td></tr></tbody></table>

<mark style="color:red;">\*</mark>*<mark style="color:red;">required field</mark>*

### Example Configuration

The Kubernetes Kubelet metrics source has one required parameter:

* Cluster Name: The name of the cluster, which will be inserted as the `k8s.cluster.name` resource attribute

<figure><img src="/files/2HnGct5t4SgyeTPSQQZW" alt="Bindplane docs - Kubernetes Kubelet Metrics - image 1"><figcaption></figcaption></figure>

Once running on an agent, metrics will look like this:

<figure><img src="/files/AHLysPF4r0Q3alezmPhe" alt="Bindplane docs - Kubernetes Kubelet Metrics - image 2"><figcaption></figcaption></figure>


---

# 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://docs.bindplane.com/integrations/sources/kubernetes-kubelet-metrics.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.
