Skip to content

thirteen-teeth/k8s-observability-pipeline

Repository files navigation

Install ClickHouse Operator

# Optional - get the latest operator install template
chmod +x get-operator-install-template.sh
./get-operator-install-template.sh

kubectl create namespace olap
kubectl apply -f clickhouse-operator-install.yaml

Install ClickHouse Cluster

kubectl apply -f clickhouse-keeper.yaml -n olap
kubectl apply -f clickhouse-cluster.yaml -n olap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages