> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-fbfa8bee.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ClickHouse Operator

> Overview page for the ClickHouse Operator - a Kubernetes operator that automates the deployment, configuration, and management of ClickHouse clusters and ClickHouse Keeper clusters on Kubernetes.

The ClickHouse Operator is a Kubernetes operator that automates the deployment, configuration, and management of ClickHouse clusters and ClickHouse Keeper clusters on Kubernetes.
It provides declarative cluster management through custom resources, enabling users to easily create highly-available ClickHouse deployments.

The Operator handles the full lifecycle of ClickHouse clusters including scaling, upgrades, and configuration management.

<h2 id="features">
  Features
</h2>

* **ClickHouse Cluster Management**: Create and manage ClickHouse clusters
* **ClickHouse Keeper Integration**: Built-in support for ClickHouse Keeper clusters for distributed coordination
* **Storage Provisioning**: Customizable persistent volume claims with storage class selection
* **High Availability**: Fault tolerant installations for ClickHouse and Keeper clusters
* **Security**: Built-in security features TLS/SSL support for secure cluster communication
* **Monitoring**: Prometheus metrics integration for observability

<h2 id="installation">
  Installation
</h2>

Choose your preferred installation method:

* [Manifests Installation](/products/kubernetes-operator/install/kubectl) - Install using kubectl/kustomize
* [Helm Installation](/products/kubernetes-operator/install/helm) - Install using Helm charts
* [Operator Lifecycle Manager (OLM) Installation](/products/kubernetes-operator/install/olm) - Install using OLM

<h2 id="guides">
  Guides
</h2>

* **[Introduction](/products/kubernetes-operator/guides/introduction)** - General overview of ClickHouse Operator concepts
* **[Configuration Guide](/products/kubernetes-operator/guides/configuration)** - Configure ClickHouse and Keeper clusters
* **[Monitoring](/products/kubernetes-operator/guides/monitoring)** - Prometheus metrics and health probes for the operator
* **[Scaling](/products/kubernetes-operator/guides/scaling)** - Scale replicas, shards, and Keeper quorum
* **[Securing with TLS](/products/kubernetes-operator/guides/tls)** - Encrypt clusters end-to-end with cert-manager
* **[Network policies](/products/kubernetes-operator/guides/network-policies)** - Restrict ingress to the operator's metrics and webhook endpoints

<h2 id="reference">
  Reference
</h2>

* **[API Reference](/products/kubernetes-operator/reference/api-reference)** - Complete API documentation for custom resources
