Development/Cloud
[GCP]HTTP(S) Load Balancing
폴피드
2019. 7. 31. 23:28
728x90
반응형
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 를 사용한다.
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
반응형