title: Apache APISIX Helm Chart

Install

To install the chart with release name apisix:

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

:::note

The latest APISIX Dashboard are not compatible with APISIX 3.x.

Uninstall

To uninstall/delete the apisix release:

helm uninstall apisix

Seeking help