# Bindplane Server (Self-Hosted)

Deploy and manage Bindplane Server on Kubernetes with comprehensive guides for installation, maintenance, and configuration.

## Overview

The Bindplane Server provides the central management plane for your telemetry pipeline. When deployed on Kubernetes, it offers:

* Scalable architecture for high availability
* Native Kubernetes integration
* Automated configuration management
* Built-in monitoring and health checks
* Secure communication with collectors

## Guides

### [Installation](/deployment/kubernetes/server/installation.md)

Step-by-step instructions for deploying Bindplane Server using Helm charts or YAML manifests.

### [Upgrade](/deployment/kubernetes/server/upgrade.md)

Safely upgrade your Bindplane Server deployment while maintaining availability.

### [Uninstall](/deployment/kubernetes/server/uninstall.md)

Clean removal of Bindplane Server and associated resources from your cluster.

### [Components](/deployment/kubernetes/server/components.md)

Detailed documentation of core Bindplane Server components and their configuration options.


---

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