- Google Cloud Platform for Architects
- Vitthal Srinivasan Janani Ravi Judy Raj
- 132字
- 2021-06-25 20:48:31
Load balancing
The GCP offers several load-balancing options, all of which work with virtual machines. A common usage pattern is to use an HTTP/HTTPS-based load balancer (which deals with web traffic), and wire this up as a frontend, with several groups of VM instances at the backend.

Those groups could be managed instance groups (see following section), or just unrelated sets of instances. The load balancer will then distribute the incoming web requests to VMs in the backend.
This is a common way to distribute traffic based on user proximity (users from Asia should hit backend servers in Asia, those in Europe should hit backend instances in Europe), as well as content type (folks requesting hi-def video get directed to one set of instances, while those requesting regular video go to another).
- 程序員修煉之道:從小工到專家
- Java Data Science Cookbook
- 數(shù)據(jù)庫開發(fā)實踐案例
- 數(shù)據(jù)革命:大數(shù)據(jù)價值實現(xiàn)方法、技術(shù)與案例
- 基于Apache CXF構(gòu)建SOA應(yīng)用
- Python金融實戰(zhàn)
- Spark大數(shù)據(jù)編程實用教程
- 數(shù)據(jù)庫原理與設(shè)計(第2版)
- PostgreSQL指南:內(nèi)幕探索
- 實用數(shù)據(jù)結(jié)構(gòu)
- 二進制分析實戰(zhàn)
- 區(qū)域云計算和大數(shù)據(jù)產(chǎn)業(yè)發(fā)展:浙江樣板
- SIEMENS數(shù)控技術(shù)應(yīng)用工程師:SINUMERIK 840D-810D數(shù)控系統(tǒng)功能應(yīng)用與維修調(diào)整教程
- 掌中寶:電腦綜合應(yīng)用技巧
- SQL Server 數(shù)據(jù)庫教程(2008版)