Skip to main content

Apache APISIX Dashboard Helm Chart

Prerequisites#

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