Awesome features of Google cloud services

Docker Turtle
1 min readJul 18, 2019

--

  1. GLB (Google load balancers) runs by automatically in every Google edge POP locations (90+ POP’s across the Globe)
  2. POP = Load balancing
  3. If we have, our VM/Container group (workloads) running in US region, we make a Http request from Tokyo, the request will not be processed by Load balancer running in USA, but by LB running in Tokyo POP.
  4. User request -> ISP -> POP (Load balancer) -> Origin
  5. Static content can be cached in GLB
  6. All GLB instances for my App, will have Same IP address (Anycast)
  7. DNS Domain Name -> Single IP for GLB instances ->Multiple Instances Groups (Auto scaling groups) (Multi Region)
  8. Google cloud, Autoscaler
  9. In Google cloud -> Single GLB IP -> forward requests to -> multiple Auto scaling groups -> running in Multiple Regions
  10. In AWS cloud, we need to have Multiple ELB instances (IP’s) for multiple EC2 Auto scaling Groups

--

--

No responses yet