kloudlite-platform Helm Chart for installing and setting up kloudlite platform on your own hosted Kubernetes clusters.
helm repo add kloudlite https://kloudlite.github.io/helm-charts
helm repo update kloudlite
Note
only helm3 is supported
kubectl apply -f https://github.com/kloudlite/helm-charts/releases/download/v1.0.7/crds-all.yml --server-side
helm install kloudlite-platform kloudlite/kloudlite-platform --namespace kloudlite --create-namespace --version v1.0.7 --set baseDomain="<base_domain>"
Tip
To list all available chart versions, run helm search repo kloudlite/kloudlite-platform
The command deploys kloudlite-platform on your Kubernetes cluster in the default configuration.
See configuration below.
helm upgrade kloudlite-platform kloudlite/kloudlite-platform --namespace kloudlite --version v1.0.7 --set baseDomain="<base_domain>"
To see all configurable options with detailed comments, visit the chart's values.yaml, or run these commands:
helm show values kloudlite/kloudlite-platform
Key | Type | Default | Description |
---|---|---|---|
baseDomain | string | "" |
base domain |
helm uninstall kloudlite-platform -n kloudlite
This removes all the Kubernetes components associated with the chart and deletes the release.