Skip to content

Commit

Permalink
rename blog article to 2024-02-02-securing-your-aks-cluster-with-a-li…
Browse files Browse the repository at this point in the history
…nux-firewall-vm
  • Loading branch information
dcasati committed Feb 3, 2024
1 parent dbd4c7d commit af50bcf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_posts/2024-02-02-linux-nva-to-aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For that change to be persistent, make sure you add it to `/etc/sysctl.conf`. Mo

### Scenario 1: NVA routing to a pod through an internal load balancer

![scenario 1](/assets/img/2024-02-02-linux-nva-to-aks/scenario1.jpg)
![scenario 1](/assets/img/2024-02-02-securing-your-aks-cluster-with-a-linux-firewall-vm/scenario1.jpg)

In this scenario, we will route traffic from the Linux VM to a pod in the AKS cluster through an internal load balancer. The internal load balancer will balance the traffic among the pods that match a certain label selector. The diagram below shows the network topology for this scenario:

Expand Down Expand Up @@ -132,7 +132,7 @@ $ sudo iptables-save > /etc/iptables/rules.v4

In this second scenario, we will route traffic from the Linux VM directly to a pod in the AKS cluster without going through an internal load balancer. The diagram below shows the network topology for this scenario:

![scenario 2](/assets/img/2024-02-02-linux-nva-to-aks/scenario2.jpg)
![scenario 2](/assets/img/2024-02-02-securing-your-aks-cluster-with-a-linux-firewall-vm/scenario2.jpg)

To implement this scenario, we will need to do the following steps:

Expand Down

0 comments on commit af50bcf

Please sign in to comment.