How is 'Inbound NAT rules' different from 'Load Balancing Rules' different from each other in Azure Load Balancer v2

不羁的心 提交于 2019-12-10 12:48:49

问题


Can someone explain to me what actually happens in the back-end to the load balancer (v2) for the two scenarios:

  1. Applying Inbound NAT rules.

  2. Applying Load Balancing Rules.


回答1:


You would use NAT rule when you have 1 backend server or you know which backend server to get to and loadbalancing rule when you want to loadbalance to multiple backend servers.




回答2:


NAT rule must be explicitly attached to a VM (or network interface) to complete the path to the target; whereas Load Balancing rule need not be. In the latter case, a VM is selected (from the back-end address pool or VMs) to complete the path to the target.



来源:https://stackoverflow.com/questions/36349640/how-is-inbound-nat-rules-different-from-load-balancing-rules-different-from

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!