Deep dive into AKS ingress, load balancing algorithms and Azure Network Security Groups
I have already written a few articles on AKS, so feel free to have a look at them as I will not repeat what I've already written there. For the…
21/12/2022
Azure Application Gateway is a web traffic load balancer that works on Layer 7 of the OSI model and enables you to manage traffic for your web applications. It can make routing decisions based on attributes of an HTTP request such as URI path or host headers. The service…