- Building Hybrid Clouds with Azure Stack
- Markus Klein Susan Roesner
- 182字
- 2021-07-02 19:36:00
AzS-SLB01
SLB01 is the VM responsible for all load balancing. With the former product, Azure Pack, there was no real load balancer available as Windows load balancing always had its issues with network devices at the tenant side. Therefore, the only solution for this was adding a third-party load balancer.
With Microsoft Azure, a software load balancer was always present, and SLB01 is again the same one running in public Azure. It has just been moved to Azure Stack. It is responsible for tenant load balancing but also provides high availability for Azure Stack infrastructure services. As expected, providing the SLB to Azure Stack cloud instances means deploying the corresponding ARM template. The underlying technology is load balancing based on hashes. By default, a 5-tuple hash is used, and it contains the following:
- Source IP
- Source port
- Destination IP
- Destination port
- Protocol type
The stickiness is only provided within one transport session, and packages of TCP or UDP sessions will always be transferred to the same instance beyond the load balancer. The following chart shows an overview of the hash-based traffic's contribution:

- 零起步玩轉掌控板與Mind+
- Leap Motion Development Essentials
- arc42 by Example
- Vue.js快跑:構建觸手可及的高性能Web應用
- 深入理解Java7:核心技術與最佳實踐
- PhpStorm Cookbook
- Reactive Android Programming
- 量化金融R語言高級教程
- Linux Device Drivers Development
- Scala程序員面試算法寶典
- Webpack實戰:入門、進階與調優
- 智能手機APP UI設計與應用任務教程
- SSH框架企業級應用實戰
- Java Web開發教程:基于Struts2+Hibernate+Spring
- Using Yocto Project with BeagleBone Black