Skip to content

kloudlite/helm-charts

kloudlite-platform

kloudlite-platform Helm Chart for installing and setting up kloudlite platform on your own hosted Kubernetes clusters.

Version: v1.0.7 Type: application AppVersion: v1.0.7

Get Repo Info

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

Installation

Note

only helm3 is supported

Installing Kloudlite CRDs

kubectl apply -f https://github.com/kloudlite/helm-charts/releases/download/v1.0.7/crds-all.yml --server-side

Installing chart

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.

Upgrading Chart

helm upgrade kloudlite-platform kloudlite/kloudlite-platform --namespace kloudlite --version v1.0.7 --set baseDomain="<base_domain>"

Configuration

To see all configurable options with detailed comments, visit the chart's values.yaml, or run these commands:

helm show values kloudlite/kloudlite-platform

Values

Key Type Default Description
baseDomain string "" base domain

Uninstalling Chart

helm uninstall kloudlite-platform -n kloudlite

This removes all the Kubernetes components associated with the chart and deletes the release.