title: Apache APISIX Dashboard Helm Chart

Install

To install the chart with release name apisix-dashboard:

helm repo add apisix https://charts.apiseven.com
helm repo update
helm install apisix-dashboard apisix/apisix-dashboard --create-namespace --namespace apisix

Uninstall

To uninstall/delete the apisix-dashboard release:

helm uninstall apisix-dashboard