application-gateway-kubernetes-ingress
application-gateway-kubernetes-ingress copied to clipboard
AzureIngressProhibitedTarget use for TCP targets
I want to use one AppGW with ingress AGIC but also use the new TCP preview on AppGW, this however colides with the AGIC deleting all of my TCP rules/pools
I've tried using the shared=true and setting hostname with AzureIngressProhibitedTarget but it doesn't work and still deletes all of my TCP configurations
any idea how to have AGIC not deleting my configs?
Same here, did you manage to solve the situation?
Thanks!
I've found it as limitation mentioned here:
https://learn.microsoft.com/en-us/azure/application-gateway/tcp-tls-proxy-overview#limitations
so i guess it is not going to be solved. I've also given up on APP GW and moved to HAProxy as it supports both L4/L7 with TLS termination. Sorry Microsoft but APP GW is way to pricey for what it offers.
Hi, thank you for the answer!
Yeh... I use HAProxy in some other places and you don't find these problems...
At least I'm glad you got it working with another approach! :)