Search code examples
azureazure-aksazure-load-balancer

How to view the public origin IP of requests coming into an Azure AKS cluster


For an Azure AKS cluster that has a Standard Load Balancer how can I view the origin IP addresses for inbound requests?

I am trying to diagnose a potential DDoS on our system.


Solution

  • Azure standard LB doesn't provide access logs. See available metrics here You need to get access logs either from your Ingress Controller (if any) or directly from your app's web front-end (Apache, NGINX access logs).