## Apache APISIX for Kubernetes Apache APISIX is a dynamic, real-time, high-performance API gateway. APISIX provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, and more. You can use Apache APISIX to handle traditional north-south traffic, as well as east-west traffic between services. It can also be used as a [k8s ingress controller](https://github.com/apache/apisix-ingress-controller/). This chart bootstraps all the components needed to run Apache APISIX on a Kubernetes Cluster using [Helm](https://helm.sh). ## Prerequisites * Kubernetes v1.14+ * Helm v3+ ## Install To install the chart with the release name `my-apisix`: ```sh helm repo add apisix https://apache.github.io/apisix-helm-chart helm repo update helm install [RELEASE_NAME] apisix/apisix --namespace ingress-apisix --create-namespace ``` ## Uninstall To uninstall/delete a Helm release `my-apisix`: ```sh helm delete [RELEASE_NAME] --namespace ingress-apisix ``` The command removes all the Kubernetes components associated with the chart and deletes the release. ## Parameters {{ template "chart.valuesSection" . }}