question

81618622 avatar image
0 Votes"
81618622 asked srbose-msft commented

AKS ExternalIP connection inquiry

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.

101693-image.png


azure-kubernetes-service
image.png (50.1 KiB)
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@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.









0 Votes 0 ·

@81618622 , I wanted to follow up with you if the steps shared earlier, yielded any results.

0 Votes 0 ·

@81618622 , I wanted to follow up with you if the steps shared earlier, yielded any results.

0 Votes 0 ·

0 Answers