반응형

HTTP(S) 에 대한 global Load Balancer 이다.

 

1. forwarding rule 은 다이렉트로 request 를 target proxy 로 전달한다.

2. target proxy 는 url map 을 통해서 적절한 backend service 로 라우팅 해준다.

3. backend service 는 request 를 서버 용량, 상태에 따라서 적절한 backend instance 로 전달한다. 각각의 backend instance는 health check 를 사용한다.

 

출처 : https://cloud.google.com/load-balancing/docs/https/

 

LoadBalancing 비교

Internal or external Load balancer type Regional or global Supported network  tiers Proxy or pass-through Traffic type
Internal Internal TCP/UDP Regional

Premium only Pass-through TCP or UDP
Internal HTTP(S) Proxy HTTP or HTTPS
External Network TCP/UDP Premium or Standard Pass-through TCP or UDP
TCP Proxy Global in Premium Tier Proxy TCP
SSL Proxy Proxy SSL
HTTP(S) Proxy HTTP or HTTPS

(출처 : https://cloud.google.com/load-balancing/docs/load-balancing-overview?hl=en)

 

다른글

2019/07/28 - [Development/GoogleCloud] - [GCP]Network TCP/UDP Load Balancing

 

참고 자료

https://cloud.google.com/load-balancing/docs/https/

https://google.qwiklabs.com/focuses/558?parent=catalog

https://cloud.google.com/sdk/gcloud/reference/compute/instance-groups/set-named-ports

728x90
반응형

'Development > GoogleCloud' 카테고리의 다른 글

[GCP] Google Cloud Storage Options.  (0) 2019.12.12
[GCP]VPC Network  (0) 2019.08.03
[GCP] Network  (0) 2019.08.01
[GCP]Network TCP/UDP Load Balancing  (0) 2019.07.28
[GCP] Google Cloud 컨테이너 레지스트리에 이미지 push 하기  (0) 2018.10.19

+ Recent posts