https://pulumi.com logo
#azure
Title
# azure
c

creamy-fall-88031

05/24/2022, 4:45 PM
Hi everyone, Quite new to Pulumi. Doing my first Azure (AKS) project with it. Everything so far went quite ok, but I got stuck on Application Gateway + Ingress Controller (AGIC). Is there anyone here who already worked on this resource? Maybe share the code ?
c

clean-truck-93285

05/25/2022, 2:15 AM
What part you stuck on? AGIC can be deployed as an add-on or through helm. Never did AGIC , but if I remember AKS add-ons are just a map array. https://docs.microsoft.com/en-us/azure/aks/integrations Once deployed, you control AGIC through Kubernetes ingress. https://docs.microsoft.com/en-us/azure/application-gateway/ingress-controller-annotations
29 Views