Kubernetes monitoring and analytics platform with AI-powered insights.
helm repo add clustereye https://charts.clustereye.com
helm repo update
helm install my-clustereye clustereye/clustereye-stack
helm install my-clustereye clustereye/clustereye-stack \
--set global.domains.frontend=ui.example.com \
--set global.domains.api=api.example.com \
--set global.ssl.enable=false
See the GitHub repository for detailed configuration options.