AKS with Application Gateway Ingress Controller
Exto comes with NGNIX Ingress controller. If you need to use application gateway integration controller instead of NGINX follow this guide
There are 2 ways in which you can proceed with application gateway(in short app gateway / appgw).
Create AKS cluster with application gateway ingress controller
Add application gateway ingress controller
Lets see about setting up new cluster with app gateway. It is recommended and best practice to create separate vnet and subnet for application gateway. Below script will create new AKS cluster with new appgw attached to existing vnet of its own.
In order to add existing application gateway to existing AKS cluster follow the below steps
Here is the ingress controller yaml definition for application gateway in K8s v1.19.x and app gateway v1.4.0
Note:
ex-tst
is helm chart release name. So, replace it as per the helm chart release name you specified in this step.Disable ingress controller in exto helm chart installation
Finally apply the ingress in AKS
This completes the guide. Now app gateway should be serving the exto traffic
Last updated
Was this helpful?