See More

A very common reason is a wrong site baseUrl configuration.\n

Current configured baseUrl = / (default value)\n

We suggest trying baseUrl = \n\n',document.body.prepend(n);var e=document.getElementById("__docusaurus-base-url-issue-banner-suggestion-container"),s=window.location.pathname,o="/"===s.substr(-1)?s:s+"/";e.innerHTML=o}document.addEventListener("DOMContentLoaded",(function(){void 0===window.docusaurus&&insertBanner()}))

Skip to main content

Community Edition

This guide provides a quick overview of launching Coroot Community Edition with default options. For more details and customization options check out the Installation section.

Add the Coroot helm chart repo:

helm repo add coroot https://coroot.github.io/helm-charts
helm repo update coroot

Next, install the Coroot Operator:

helm install -n coroot --create-namespace coroot-operator coroot/coroot-operator

Install the Coroot Community Edition. This chart creates a minimal Coroot Custom Resource:

helm install -n coroot coroot coroot/coroot-ce \
--set "clickhouse.shards=2,clickhouse.replicas=2"

Forward the Coroot port to your machine:

kubectl port-forward -n coroot service/coroot-coroot 8080:8080

Then, you can access Coroot at http://localhost:8080

Looking for 24/7 support from the Coroot team? Subscribe to Coroot Enterprise:Start free trial