- 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:

- 新編Visual Basic程序設計上機實驗教程
- 軟件項目管理(第2版)
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Django Design Patterns and Best Practices
- 區塊鏈:以太坊DApp開發實戰
- C語言程序設計
- 小程序開發原理與實戰
- 軟件測試技術指南
- UML 基礎與 Rose 建模案例(第3版)
- C語言程序設計
- 智能搜索和推薦系統:原理、算法與應用
- Geospatial Development By Example with Python
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- OpenCV Android Programming By Example
- Mastering SciPy