1. VNET (Already Created) 1. Subnet_AKS 2. Subnet_APPGW 2. Install AKS Deploy Apps and Services Deploy Nginx controller Deploy Ingress Rule 3. Create Public IP App Gateway and Attach Public IP 5. Test the Connection Trouble shooting steps: ----------------------- kubectl run testpod --rm -it --image=busybox -- /bin/sh kubectl run testpod --rm -it --image=alpine -- sh apk add curl wget -qO- --header="Host: " wget -qO- --header="Host: " wget -qO- --header="Host: " wget -qO- http://first-app-svc/first_a Source code :











