This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.
AGIC isn't resolving ports correctly when are identified by name. The error is the following :
Warning PortResolutionError 21m (x2 over 21m) azure/application-gateway Code="ErrorServiceResolvedToInvalidPort" Message="service keycloak/keycloak and service port http was resolved to an invalid service-backend port 65536, defaulting to port 80"
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Use AKS 1.31 and AGIC 1.7.4 provided by aks
Ingress Controller details
Output of kubectl -n keycloak get ingress keycloak -oyaml :
Hello,
Describe the bug
AGIC isn't resolving ports correctly when are identified by name. The error is the following :
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Ingress Controller details
kubectl -n keycloak get ingress keycloak -oyaml
: