Below you will find pages that utilize the taxonomy term “.Net Core”
Posts
Get the client IP address in AKS with .Net Core and NGNIX
There are many times when you need to get your client IP address: for application telemetry, for getting the client country or any other info you may need. Anyway, when you deploy a .Net Core app on AKS and you are using an NGINX ingress, that you didn’t explicitely configure, the IP address you will be receiving into your app may not be what you expected.