Azure Firewall Load Balancer

Nick Diaz 281 Reputation points
2023-07-17T19:08:07.7933333+00:00

I have currently configured my firewall  to limit outbound outbound traffic which  is working at the moment  but would like to expand this to include inbound traffic as well. We also have, a public Load Balancer which is making it complicated complicated With the firewall in place, I am currently forcing all traffic from the AKS clusters to the Azure Firewall via a Next Hop to its internal IP Address

Any suggestions either for the current implementation or best practise also keeping in mind for future planning would be most helpful

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
600 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,965 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
421 questions
{count} votes

1 answer

Sort by: Most helpful
  1. msrini-MSFT 9,271 Reputation points Microsoft Employee
    2023-07-27T14:09:48.56+00:00

    Hi, you can use Azure Firewall's IP as your AKS source IP and dnat traffic to your AKS service. Reference: https://video2.skills-academy.com/en-us/azure/firewall/protect-azure-kubernetes-service#restrict-ingress-traffic-using-azure-firewall . This way you can control both outbound and inbound traffic via Azure Firewall.

    1 person found this answer helpful.
    0 comments No comments