# Kubernetes

Bindplane supports monitoring and operating on Kubernetes clusters for metrics, traces, logs, and high-availability deployments.

### Kubernetes Monitoring

Bindplane supports monitoring Kubernetes clusters for Metrics, Traces, and Logs.\
See [Kubernetes Monitoring](/how-to-guides/cloud-and-platform-integrations/kubernetes/kubernetes-monitoring.md) for details.

### Dynamic Cluster Name Detection

Bindplane supports detecting Kubernetes cluster names for the `k8s.cluster.name` resource\
attribute. See [Kubernetes Cluster Name Detection](/how-to-guides/cloud-and-platform-integrations/kubernetes/kubernetes-cluster-name-detection.md) for details.

### Kubernetes Postgres Migration

Migrate Bindplane's backend to Postgres for high availability. [See Kubernetes Postgres Migration for details.](/how-to-guides/cloud-and-platform-integrations/kubernetes/kubernetes-postgres-migration.md)

### Google Kubernetes Engine Gateway Collector Load Balancer

Use a Kubernetes LoadBalancer Service to expose the Bindplane Gateway Collector to external clients on GKE. [See Google Kubernetes Engine Gateway Collector Load Balancer for details.](#google-kubernetes-engine-gateway-collector-load-balancer)

### GKE Workload Identity

Configure Workload Identity Federation so Bindplane can authenticate to Google Pub/Sub on GKE. [See GKE Workload Identity for details.](/how-to-guides/cloud-and-platform-integrations/kubernetes/gke-workload-identity.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.bindplane.com/how-to-guides/cloud-and-platform-integrations/kubernetes.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.
