839 B
839 B
ClickHouse
Introduction
ClickHouse is an open-source column-oriented database management system for online analytical processing (OLAP).
This chart deploys ClickHouse using the Altinity Helm chart. For operator-managed ClickHouse clusters with automated deployment, scaling, and configuration, see the clickhouse-operator directory.
Installation
To install ClickHouse, run:
make install
Usage
After installation, verify the deployment:
kubectl get pods -n clickhouse
To connect to ClickHouse:
kubectl -n clickhouse exec -it chi-clickhouse-clickhouse-0-0-0 -- clickhouse-client
Or use port forwarding:
kubectl -n clickhouse port-forward services/clickhouse 9000:9000
Note: Please change the default password in production environments.