I am in process to integrate Azure API gateway with AKS. in order to achieve this. i had
- created AKS cluster with advance networking. consider it is in aks-vnet
- created different vnet for API gateway.
- peer both vnet i.e. vnet for aks and for api gateway.
created internal load balancer. by running azure voting app yaml file also added annotation for using internal load balancer
metadata: name: azure-vote-front annotations: service.beta.kubernetes.io/azure-load-balancer-internal: "true"
added kubernates internal load balancer public ip in address probe of api gateway.
when i navigate in browser with public ip address of api gateway or dns name associated with api gateway i am getting following error
502 - Web server received an invalid response while acting as a gateway or proxy server. There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.