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

- Vue.js 3.x快速入門
- C++程序設計(第3版)
- INSTANT OpenCV Starter
- 數據庫系統原理及MySQL應用教程
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- Instant Typeahead.js
- Rust Cookbook
- Bootstrap 4:Responsive Web Design
- 微信小程序項目開發實戰
- R語言與網絡輿情處理
- Visual Basic程序設計上機實驗教程
- Learning Splunk Web Framework
- Mastering jQuery Mobile
- Clojure Polymorphism
- Instant Automapper