hi,
Currently, Apache Service is created in AKS, but it cannot be connected through ExternalIP of Azure loadbalancer.
I do not know what is the problem.
If you know how to solve this problem, please let me know.
Thank you.

hi,
Currently, Apache Service is created in AKS, but it cannot be connected through ExternalIP of Azure loadbalancer.
I do not know what is the problem.
If you know how to solve this problem, please let me know.
Thank you.

@81618622 can you run a test pod in the cluster using:
kubectl run nginx -it --image nginx
and check with
curl -v <ClusterIP-of-target-Service>:<port-number>/<path>
Do you see the desired output?
From your local computer please check if telnet <ExternalIP> <port-number> succeeds
If this does not succeed, please check if a Firewall, NVA, or a Network Security Group on the AKS subnet or Node VM NIC blocks traffic from the internet to the External_IP and Port
Please remove the blocking rule so that traffic from the internet can reach the destination.
@81618622 , I wanted to follow up with you if the steps shared earlier, yielded any results.
@81618622 , I wanted to follow up with you if the steps shared earlier, yielded any results.
8 people are following this question.