ClickHouse on Kubernetes – Part 1 | Running ClickHouse cluster on Minikube
Kubernetes orchestration simplifies many common operational concerns like scheduling, auto-scaling, and failover. It has support for Persistent Volumes and Persistent Volume Claims ( PV & PVC ). Usually, databases that support replication, sharding, and auto-scaling are well suited for Kubernetes. ClickHouse and Kubernetes can perform better together. At ChistaData, we are interested to write […]