You should re-write the Microsoft documentation for them. You explained this very well.
@anselmos_brain Жыл бұрын
I agree
@GB-xk5zt11 ай бұрын
You, sir, are a hidden treasure!
@musj.40672 жыл бұрын
One of the best explanations I've seen on this topic, straight to the point. Many thanks
@kennethrodrigues328 Жыл бұрын
Excellent. You explained in a very simple language
@mohamedelgaby3549 Жыл бұрын
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?
@arpanchakraborty98742 жыл бұрын
Nice and clear explanation. Thank you
@unitedKR6 ай бұрын
So this is Azure application gateway ingress controller with the k8s ingress controller:ngnix type? Dual ingress to cover all security ?
@kalpeshgohil15943 жыл бұрын
Can you please help to how to setup End-2-End TLS for application gateway?
@ZoomSpeaksTech3 жыл бұрын
I will be targeting that in a future video
@br0nhy Жыл бұрын
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.
@gousiashaik38192 жыл бұрын
How to upgrade tls/ssl version in azure cosmos DB I.e i have present tls1. 0..,I need tls 1.2
@nagasatishvadlamuri8486 Жыл бұрын
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
@ZoomSpeaksTech Жыл бұрын
Sure, here is a guide on how to do that: azure.github.io/application-gateway-kubernetes-ingress/features/appgw-ssl-certificate/
@namithcc2 жыл бұрын
Hello, Thank you for teh video. Could you please share the nginx and basic ingress yaml please
@ZoomSpeaksTech2 жыл бұрын
Link to blog post with all code snippets: zoomspeaks.tech/publishing-aks-with-agic
@madbpt3 жыл бұрын
Do you known if agic Works in front of many kubernetes? This aks using the same app gw
@ZoomSpeaksTech3 жыл бұрын
As far as I know, each application gateway ingress controller controls one and only one application gateway. If you have a multi-cluster setup, you should consider an additional layer on top of all application gateways using something like API Management, FrontDoor, or even Traffic Manager or Global Loadbalancer. The options are many and it depends on your services that you’re hosting.
@frroddanger2913 жыл бұрын
can we configure multiple namespace (dev , qa and staging) and point to respective env from single application gateway?
@ZoomSpeaksTech3 жыл бұрын
Hi Frrod, yes that is quite a common setup. Just simply make sure that each Ingress yaml file is created in a separate namespace.
@RifatErdemSahin2 жыл бұрын
Thanks for the video mate. Is there a repo to test this ?
@ZoomSpeaksTech2 жыл бұрын
The blog article has the scripts: zoomspeaks.tech/publishing-aks-with-agic
@ackrite81392 жыл бұрын
Has the deployment to mount the secret from the provider in order to get this to work for the ingress tls configuration?
@ironfrogclark2 жыл бұрын
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 :)
@ZoomSpeaksTech2 жыл бұрын
I do not have any experience with cert-manager yet. I am not sure whether it supports key-vault.
@ihsanizwer2 жыл бұрын
Great tutorial. Thank you
@KDR-Music7 ай бұрын
Nice video!
@Mr431232 жыл бұрын
Well explained !
@sapnandu Жыл бұрын
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.
@anselmos_brain Жыл бұрын
lol this is too clear than I👌 thought
@giovannicastano45553 жыл бұрын
hello you know how to solve this = when executing the step "az aks enable-addons -n ....." generate this error "[91mProperty id 'C:/Program Files/Git/subscriptions//resourceGroups//providers/Microsoft .Network/applicationGateways/ ' at path 'properties.addonProfiles.ingressApplicationGateway.config.applicationGatewayId' is invalid. Expect fully qualified resource Id that start with '/subscrirs/{resourceProviderNamespace}/'.←[0mptions/{subscriptionId}' or '/providers/{resourceProviderNamespace}/'. Thanks for your help!!!