This is an index page about installing Ingress APISIX in several environments. Click the following links on demands.
- Install Ingress APISIX on Azure AKS
- Install Ingress APISIX on AWS EKS
- Install Ingress APISIX on ACK
- Install Ingress APISIX on Google Cloud GKE
- Install Ingress APISIX on Minikube
- Install Ingress APISIX on KubeSphere
- Install Ingress APISIX on K3S and RKE
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.
There are a lot of use examples (See samples for more details), try to follow the operations there to verify the installation.