Installation

This is an index page about installing Ingress APISIX in several environments. Click the following links on demands.

Kustomize Support

As an alternative way, you can also choose to install apisix-ingress-controller by Kustomize.

kubectl create namespace ingress-apisix
kubectl kustomize "github.com/apache/apisix-ingress-controller/samples/deploy?ref=master" | kubectl apply -f -

Parameters are hardcoded so if the default values are not good for you, just tweak them manually.

Verify Installation

There are a lot of use examples (See samples for more details), try to follow the operations there to verify the installation.