Skip to content

Installation

Install

Use Helm to install KubeElasti into your Kubernetes cluster. Check out values.yaml to see configuration options in the helm value file.

helm install elasti oci://tfy.jfrog.io/tfy-helm/elasti --namespace elasti --create-namespace

Uninstall

To uninstall Elasti, you will need to remove all the installed ElastiServices first. Then, simply delete the installation file.

kubectl delete elastiservices --all
helm uninstall elasti -n elasti
kubectl delete namespace elasti