Technical/Spring Cloud
[Spring Cloud] 12Factor, Architecture
sga8
2022. 12. 19. 14:51
728x90
반응형
12Factor
Native Cloud : 동적인 IP를 가져가면서 진행하는 것
Service Registry
- DNS & IP VS Native Cloud
Discovery Pattern
Service Registry는 Eureka, zookeeper 등.
Config Server
- spring cloud Config
- spring cloud event bus
- Srping value
Distributed Tracing
- MDC(Mapped Diagnostic Context)
- Spring Cloud Sleuth / zipkin
728x90
반응형