Skip to content

korax-dev/clickhouse-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clickhouse-k8s

This repository contains resources for deploying ClickHouse and optional ClickHouse Keeper on Kubernetes using the official ClickHouse containers.

Installing the Chart

helm repo add clickhouse-k8s https://korax-dev.github.io/clickhouse-k8s
helm repo update
helm install clickhouse clickhouse-k8s/clickhouse -f values.yaml

Upgrading the Chart

helm repo update
helm upgrade clickhouse clickhouse-k8s/clickhouse

For more detailed information on configuration options and usage, please refer to the chart's README.

References