- Navigate to the capsule chart directory:
cd helm_charts/capsule
- Add the clastix Helm chart repository from calstix github repo:
helm repo add clastix https://clastix.github.io/charts
- Install capsule using the Helm chart. We provided the chart values customized for our needs, but you can make your changes as you wish. Specify the custom values file with -f flag:
helm install capsule clastix/capsule -n capsule-system --create-namespace -f values.yaml
This will deploy capsule in your Kubernetes cluster using the specified configuration in values.yaml file.
- Show the status of the helm chart
helm status capsule -n capsule-system