> 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/deployment/kubernetes.md).

# Kubernetes

Learn how to deploy Bindplane Server and Collectors on Kubernetes clusters for scalable, highly available telemetry collection.

## Components

### [Server](/deployment/kubernetes/server.md)

Deploy the Bindplane Server with:

* High availability and load balancing
* Persistent storage
* Ingress and TLS
* Monitoring and health checks
* Secure secrets management

### [Collector](/deployment/kubernetes/collector.md)

Deploy Collectors as DaemonSets or Deployments with:

* Node/Cluster coverage
* Gateway coverage
* Dynamic configuration
* Resource management
* Service discovery
* Kubernetes-native management

## Deployment Methods

* **Helm Charts**: Quick deployment with pre-configured charts
* **YAML Manifests**: Direct control over Kubernetes resources

## Requirements

* Kubernetes 1.20+
* 2 CPU cores, 4GB RAM minimum
* Persistent volume support
* Ingress controller
* kubectl CLI (Helm/kustomize optional)

## Next Steps

* [Deploy Server](/deployment/kubernetes/server.md)
* [Install Collectors](/deployment/kubernetes/collector.md)
* [Configure monitoring](https://github.com/observIQ/bindplane-docs/blob/main/docs/deployment/production-checklist/bindplane/monitoring-bindplane.md)
* [Set up high availability](https://github.com/observIQ/bindplane-docs/blob/main/docs/deployment/production-checklist/bindplane/high-availability/README.md)
* [Implement GitOps](https://github.com/observIQ/bindplane-docs/blob/main/docs/deployment/how-to-guides/gitops.md)


---

# 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/deployment/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.
