Azure / AKS

Azure Kubernetes Service
https://azure.github.io/AKS/
1.95k stars 305 forks source link

Option to customize AKS Managed Istio add ingress gateways #4444

Open m-amaresh opened 1 month ago

m-amaresh commented 1 month ago

Is your feature request related to a problem? Please describe. Currently when enabling ingress gateway (external and internal) we dont have any option to customize. For example I want to create the internal ingress-gateway in a different subnet by providing an annotation service.beta.kubernetes.io/azure-load-balancer-internal-subnet: "internal-subnet" I want to add a static-ip or an existing ip to the external load balancer which is not possible as of now.

Describe the solution you'd like Ability to customize the internal and external ingressgateway by a configmap or cli (terraform support will be good)[https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#service_mesh_profile]

Describe alternatives you've considered NA

talex-zeiss commented 1 month ago

+1

Pindar commented 1 month ago

Would be a nice addition.

shashankbarsin commented 1 month ago

@m-amaresh, @Pindar - we are currently planning for ingress customizations through the upcoming Gateway API + Istio experiences. Currently discussing the plans for this internally. Once we have the final details and clear ETA, will share an update here.