Kloudmate Helm Chart Repository

Your one-stop guide to installing our Helm charts.

Agent Version 1.1.8
Helm Chart Version 1.1.8

1. Add the Helm Repository

First, you need to add our repository to your Helm client. Use the following command:

helm repo add kloudmate https://kloudmate.github.io/km-kube-agent/

2. Update Your Repositories

To ensure you have the latest charts, run the following command to update your local repository cache:

helm repo update

3. Install the Chart

You can now install the `km-kube-agent` chart into your Kubernetes cluster. Choose a namespace and provide a release name:

helm install <RELEASE_NAME> kloudmate/km-kube-agent -n <NAMESPACE>

Replace `<RELEASE_NAME>` with a name for your release (e.g., `km-agent`) and `<NAMESPACE>` with your target Kubernetes namespace.

Optional: Customize Your Installation

You can override default values in the chart by providing a `values.yaml` file:

helm install <RELEASE_NAME> kloudmate/km-kube-agent -n <NAMESPACE> -f values.yaml

For a full list of configurable options, please refer to the `README.md` file in the chart's repository.