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
One of the key features of Azure Application Gateway is TLS termination. Terminating TLS (HTTPS traffic) on the application gateway resource, which acts as a reverse proxy, allows you to relieve the TLS computation from the backend servers. Beyond that, its application delivery features let you carry out desired…