Step-by-Step Guide: Publish AKS with Application Gateway Ingress Controller

preview_player
Показать описание
In this video, we take a look at the Azure Application Gateway Ingress Controller, and learn how to use it to securely publish AKS Services.

0:00 Problem description
4:43 How AGIC works
7:56 Creating the Application Gateway
9:52 Onboarding AGIC on an existing AKS Cluster
11:52 Deploying the Ingress
Рекомендации по теме
Комментарии
Автор

You should re-write the Microsoft documentation for them. You explained this very well.

eightyones
Автор

One of the best explanations I've seen on this topic, straight to the point. Many thanks

musj.
Автор

Excellent. You explained in a very simple language

kennethrodrigues
Автор

Amazing explanation! Can I have multiple ingresses for two different webapps for the same AGIC? so eventually I would have one external IP which is the AppGW IP?

mohamedelgaby
Автор

can we configure multiple namespace (dev, qa and staging) and point to respective env from single application gateway?

frroddanger
Автор

Can you please help to how to setup End-2-End TLS for application gateway?

kalpeshgohil
Автор

I found this type of AKS setup unsatisfying.

If you kill a pod and simulate some sort of application panic or crash the information about this is not transmitted to the app gateway instantly. It takes several seconds for the app gateway ingress controller to transfer this information over azure resource manger so it can reconfigure the app gateway to inform him that the pod is gone. During this time you will get many more 500 errors then you would with a standard ingress controller setup.

Would love to hear your feedback on this.

brnhy
Автор

How to upgrade tls/ssl version in azure cosmos DB I.e i have present tls1. 0.., I need tls 1.2

gousiashaik
Автор

So this is Azure application gateway ingress controller with the k8s ingress controller:ngnix type? Dual ingress to cover all security ?

unitedKR
Автор

Hi Sir, good morning, would like to check if we can also use the cert-manager in this method, maybe you have some simple flow that we can replicate. thanks :)

ironfrogclark
Автор

Do you known if agic Works in front of many kubernetes? This aks using the same app gw

madbpt
Автор

Hello, Thank you for teh video. Could you please share the nginx and basic ingress yaml please

namithcc
Автор

Thanks for the video mate. Is there a repo to test this ?

RifatErdemSahin
Автор

hi very use full session which is so help to me.. And please let me know to we App gateway load balancer in ingress file using App service custom managed wildcard certificate purchased from Azure and i stored in Azure key vault . how we use that certificate in ingress file in aks cluster

nagasatishvadlamuri
Автор

Thanks for publishing this tutorial.
I have configured it in the same way but somehow it's showing a bad gateway error. Could you please help me to fix it.
Please share your email I will post you the issue.

sapnandu
Автор

hello you know how to solve this = when executing the step "az aks enable-addons -n generate this error "[91mProperty id 'C:/Program ' at path is invalid. Expect fully qualified resource Id that start with or Thanks for your help!!!

giovannicastano