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
Host-Based vs Path-Based Routing Firstly, it’s important to understand that path-based routing is not the only option. When building web applications, ensuring users can access the right content efficiently is crucial. One of the most important decisions in structuring web traffic is choosing between host-based and path-based routing. Both approaches can…