Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Istio
- spring cloud zuul
- Distributed Tracing System
- sidecar patern
- spring boot http client
- spring boot 2.0 ssl
- intelij devtools
- Spring boot
- java static resources
- high availabillty
- MySQL
- spring boot hot swapping
- intelij spring boot devtools
- Spring Cloud Bus
- redis cluster
- spring boot jks
- jpa auto increment
- tracing tool
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <rect x="10" y="10" height="100" width="100" style="stroke:#ff0000; fill: #0000ff"/> </svg>
- spring boot ssl verify skip
- Spring Cloud Config
- spring cloud api gateway
- msa 4.0
- Service Mesh
- <iframe src="http://erea.tistory.com/attachment/cfile21.uf@997995485B2F785A3292EE.svg"></iframe>
- sidecar
- redis ha
- spring cloud load balancer
- spring boot ssl
- kubernates
Archives
- Today
- Total
목록spring cloud load balancer (1)
erea
Zuul Proxy
OverviewZuul은 장치 및 웹 사이트에서 Netflix 스트리밍 응용 프로그램의 백엔드에 대한 모든 요청을 처리하기위한 gateway 입니다. 엣지 서비스애플리케이션 인 Zuul은 동적 라우팅, 모니터링, 탄력성 및 보안을 지원합니다.또한 필요에 따라 여러 개의 Amazon Auto Scaling Group으로 요청을 라우팅 할 수 있습니다.한마디로 정리하면 Api gateway인 동시에 load balancer(ribbon) 역활을 한다고 보면된다. 장점인증 및 보안 - 각 리소스에 대한 인증 요구 사항을 식별하고이를 만족시키지 않는 요청을 거부합니다.통찰력 및 모니터링 - 의미있는 데이터 및 통계를 가장자리에서 추적하여 정확한 생산보기를 제공합니다.동적 라우팅 - 요청을 다른 백엔드 클러스터로..
dev/Spring Boot Cloud MicroService
2018. 7. 3. 22:00