Skip to main content

Apache APISIX Dashboard Helm Chart

[!WARNING] This chart is deprecated and no longer maintained.

In short: The old version of the APISIX Dashboard lacks maintenance from community members, while the brand new Dashboard will be directly integrated into APISIX, eliminating the need for the current chart.

For details, please see https://github.com/apache/apisix-dashboard/issues/2981.

If you are still using the old version of the APISIX Dashboard, you can continue to use the 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