Azure VM load balancing vs Traffic Manager
http://stackoverflow.com/questions/14546554/azure-vm-load-balancing-vs-traffic-manager
- VM load balancing:
- Works only with VMs that are in the same region
- Only does Round Robin
- Works at the TCP/UDP level, routing traffic between one or more private endpoints that sit behind a public endpoint
Traffic Manager is different in that:
- It can work across regions
- It offers traffic management policies other than round robin (e.g. failover, performance)
- It works at the DNS level, “routing”** traffic between one or more public endpoints that sit behind a common DNS name
You can indeed use the Load Balancer and the Traffic Manager in tandem
(all quotes)
No comments:
Post a Comment