Installation¶
Complete Pre-requisites first (Kubernetes version, Prometheus, PostgreSQL, and tooling). The Helm command below assumes you already have a compatible Prometheus URL — see Prometheus scenarios if you are unsure which setup to use.
With Helm¶
Install from the OCI registry (replace the Prometheus URL with yours):
helm install cruisekube oci://tfy.jfrog.io/tfy-helm/cruisekube \
--namespace cruisekube-system \
--create-namespace \
--set cruisekubeController.env.CRUISEKUBE_DEPENDENCIES_INCLUSTER_PROMETHEUSURL="http://prometheus-kube-prometheus-prometheus.monitoring.svc:9090"
Customize any installation with a
values.yamlfile.