SlideShare una empresa de Scribd logo
1 de 24
Descargar para leer sin conexión
Confidential │ ©2020 VMw are, Inc.
마이크로서비스 전환에 필요한
가지 측면의 접근법
2
Today’s Sessions
마이크로서비스 디자인
마이크로서비스 구축
마이크로서비스 런타임 네트워크
마이크로서비스 모니터링 및 관리
Confidential │ ©2020 VMw are, Inc. 3
가지 측면의 고려 사항
“How do we move toward
modern apps
with greater velocity?”
“How do we operate
modern infrastructure
with more stability at scale?”
Confidential │ ©2020 VMw are, Inc. 4
모든 이 마이크로 서비스에 적합한 것인가
우리가 얻으려고 하는 마이크로 서비스의 는 무엇인가
어떠한 에 가장 우선순위를 두고 아키텍처를 설계할 것인가
전환의 방법은 인가 혹은 점진적 소멸 방식인가
어떤 패턴을 이용하여 마이크로 서비스를 구현할 것인가
마이크로 서비스 운영에 필요한 툴에 따라 코딩 패턴의 는 생기는가
성공적인 경험을 다른 개발 조직으로 어떻게 전파할 수 있을까
측면의 접근법
Confidential │ ©2020 VMw are, Inc. 5
모든 이 마이크로 서비스에 적합한 것인가
측면의 접근법
CONTAINERS
EVENT-DRIVEN
FUNCTIONS
DATA
MICROSERVICES
Batch
MONOLITHIC
APPLICATIONS
ESB
JEE
COTS
MAINFRAME
.NET
Confidential │ ©2020 VMw are, Inc. 6
모든 이 마이크로 서비스에 적합한 것인가
측면의 접근법
Upload binary or map to
source control Parsers for most common
languages (Java, .NET, PHP,
Ruby, etc.)
Extensible rules (100s
available currently)
UI dashboard to help
triage decisioning
Understand technical effort
to move your app
TECHNICAL
FITNESS
BUSINESS VALUE
WORSE BETTER
WORSE
BETTER
Tolerate Invest
Migrate
Lift And Shift
“Replatform”
“Rehost/Retain/Retire” “Rebuild”
“Refactor”
Confidential │ ©2020 VMw are, Inc. 7
우리가 얻으려고 하는 마이크로 서비스의 는 무엇인가
측면의 접근법
배포
개발 운영
서비스 고유의 기술 활용 독립적인 서비스 배포 사이클 확보 서비스의 독립적인 확장성
모듈 재사용성 극대화 배포 자동화 서비스 장애 고립
모던 프레임워크 전환 배포 통한 에러 감소 감소
구성과 애자일 문화 테스트 감소
…
…
…
Confidential │ ©2020 VMw are, Inc. 8
어떠한 에 가장 우선순위를 두고 아키텍처를 설계할 것인가
측면의 접근법
서비스의 담당 현업팀이 분리 되어있는가
서비스의 업데이트 주기를 독립적으로 가져가야 하는가
서비스 마다 별도의 확장성을 확보해야 하는가
데이터가 분리되어야 하는가
하나의 서비스에 너무 많은 의존성이 존재하지 않는가
소수의 개발 운영 조직이 운영을 감당할 수 있는가
Confidential │ ©2020 VMw are, Inc. 9
측면의 접근법
어떠한 에 가장 우선순위를 두고 아키텍처를 설계할 것인가
Boris Diagram
SNAP-E
Domain Driven Design
Confidential │ ©2020 VMw are, Inc. 10
전환의 방법은 인가 혹은 점진적 소멸 방식인가
측면의 접근법
Confidential │ ©2020 VMw are, Inc. 11
어떤 패턴을 이용하여 마이크로 서비스를 구현할 것인가
측면의 접근법
CQRS
Anti Corruption Layer
Saga for distributed txns
EventDriven
MessagingQueue
Confidential │ ©2020 VMw are, Inc. 12
마이크로 서비스 운영에 필요한 툴에 따라 코딩 패턴의 는 생기는가
측면의 접근법
Confidential │ ©2020 VMw are, Inc. 13
성공적인 경험을 다른 개발 조직으로 어떻게 전파할 수 있을까
측면의 접근법
Cookbook and Recipes
Release in
production
Release
Release
Pollination Mode Scaling
Confidential │ ©2020 VMw are, Inc. 14
모든 이 마이크로 서비스에 적합한 것인가
우리가 얻으려고 하는 마이크로 서비스의 는 무엇인가
어떠한 를 가장 우선순위를 두어 아키텍처를 설계할 것인가
전환의 방법은 인가 혹은 점진적 소멸 방식인가
어떤 패턴을 이용하여 마이크로 서비스를 구현할 것인가
마이크로 서비스 운영에 필요한 툴에 따라 코딩 패턴의 는 생기는가
성공적인 경험을 다른 개발 조직으로 어떻게 전파할 수 있을까
측면의 접근법
1. VMware
Journey Navigator
Program
2. VMware
App Navigator
Program
3. VMware
Modernization
Program
Confidential │ ©2020 VMw are, Inc. 15
프로세스
Event
Storming
2. Event Storm the legacy space
Highly collaborative modeling tornado!
Make sense of a complex business domain
w ith a common language for different tribes.
Identify trouble spots & starting points. Thin
Slice
3. Select “Thin Slice(s)”
Cut the monolithic business cake and pick a sw eet
piece to start the modernization w ork.
OKRs
1. Define Objectives & Key Results
Decide on direction for outcomes & approach.
Agree on objectives and refine key results to
measure those.
Teste
d
Code
6. Produce tested and working code
Take low -leveldesign decisions, select technicalpatterns to use,
and implement user stories. Time-bounded set of 1-w eek
iterations.
Snap-E 5. Snap-E
Fill the backlog w ith
actionable user stories. API DATA
PUB / SUB EXT
STORIES UI RISKS
SERVICE A
Patterns
7. Cloud Modernization Patterns
Reuse and document the learned modernization
patterns as recipes in a “cookbook” (e.g. w iki).
Consolidate know ledge and accelerate team
velocity.
Boris
4. “Boris” crafts the desired notional
architecture
Model the APIs, event & data flow s connecting the business
capabilities.
1. VMware
Journey Navigator
Program
2. VMware
App Navigator
Program
3. VMware
Modernization
Program
Confidential │ ©2020 VMw are, Inc. 16
사상을 이해하고 있는 팀인가
플랫폼 의 목표에 따른 역할과 그에 따른 역량 강화는 어떻게 할 것인가
기반의 플랫폼 위에 어떤 을 선택하고 적용할 것인가
더 많은 애플리케이션을 하기 위한 플랫폼 팀의 전략은 무엇인가
측면의 접근법
Confidential │ ©2020 VMw are, Inc. 17
사상을 이해하고 있는 팀인가
플랫폼 의 목표에 따른 역할과 그에 따른 역량 강화는 어떻게 할 것인가
측면의 접근법
Product
Management
Will this help the business?
Design
Will users like this? Can they
get to production?
Platform
Reliability
Engineering
Can we build this
and run it reliably?
Platform
Confidential │ ©2020 VMw are, Inc. 18
기반의 플랫폼 위에 어떤 을 선택하고 적용할 것인가
더 많은 애플리케이션을 하기 위한 플랫폼 팀의 전략은 무엇인가
측면의 접근법
Confidential │ ©2020 VMw are, Inc. 19
기반의 플랫폼 위에 어떤 을 선택하고 적용할 것인가
더 많은 애플리케이션을 하기 위한 플랫폼 팀의 전략은 무엇인가
측면의 접근법
Confidential │ ©2020 VMw are, Inc. 20
측면의 접근법
기반의 플랫폼 위에 어떤 을 선택하고 적용할 것인가
더 많은 애플리케이션을 하기 위한 플랫폼 팀의 전략은 무엇인가
Confidential │ ©2020 VMw are, Inc. 21
사상을 이해하고 있는 팀인가
플랫폼 의 목표에 따른 역할과 그에 따른 역량 강화는 어떻게 할 것인가
기반의 플랫폼 위에 어떤 을 선택하고 적용할 것인가
더 많은 애플리케이션을 하기 위한 플랫폼 팀의 전략은 무엇인가
측면의 접근법
Platform
Dojo
K8S
Service
Confidential │ ©2020 VMw are, Inc. 22
측면의 접근법
E
D
U
Course:Kubernetes Foundations
Course:Kubernetes Cluster
Operations
Course:Kubernetes
Application Design
Course:Kubernetes Cluster
Architecture
Course:Kubernetes
Application Workflow
#1 Education
I
N
F
R
A
Kubernetes Architecture Design& Review
Kubernetes Platform
(Install & Configure)
Kubernetes Day-2
Operations
Enterprise PKS
Turnkey
Tanzu
Kubernetes Grid
OSS Engineered
vSphere w ith
Kubernetes
#4
Support/Run
#2 Design
#3 Build
A
P
P
L
I
C
A
T
I
O
N
Application Packaging &
Deployments
Application Portfolio
Analysis & Review
Kubernetes
Continuo`us Delivery
Application Design
Workshop
Application Hardening &
Scale
Application Migration
#5 Consume
Tanzu Mission Control (SaaS with On-Prem GA August2020) #6 Manage
Confidential │ ©2020 VMw are, Inc. 23
가지 측면의 고려 사항
“How do we move toward
modern apps
with greater velocity?”
“How do we operate
modern infrastructure
with more stability at scale?”
24

Más contenido relacionado

Similar a 2_Design_마이크로서비스디자인_JungInLee.pdf

Similar a 2_Design_마이크로서비스디자인_JungInLee.pdf (20)

Pivotal CF Short-20150109
Pivotal CF Short-20150109Pivotal CF Short-20150109
Pivotal CF Short-20150109
 
Deployment techniques for cloud native
Deployment techniques for cloud nativeDeployment techniques for cloud native
Deployment techniques for cloud native
 
polyglot application development in the cloud
polyglot application development in the cloudpolyglot application development in the cloud
polyglot application development in the cloud
 
클라우드 네이티브 전환 요소 및 성공적인 쿠버네티스 도입 전략
클라우드 네이티브 전환 요소 및 성공적인 쿠버네티스 도입 전략클라우드 네이티브 전환 요소 및 성공적인 쿠버네티스 도입 전략
클라우드 네이티브 전환 요소 및 성공적인 쿠버네티스 도입 전략
 
64a4f8f874749655fe090218_OpenMSA 솔루션 소개서_v1.12.pdf
64a4f8f874749655fe090218_OpenMSA 솔루션 소개서_v1.12.pdf64a4f8f874749655fe090218_OpenMSA 솔루션 소개서_v1.12.pdf
64a4f8f874749655fe090218_OpenMSA 솔루션 소개서_v1.12.pdf
 
All about Data Center Migration Session 1. <Case Study> 오비맥주 사례로 알아보는 DC 마이그레...
All about Data Center Migration Session 1. <Case Study> 오비맥주 사례로 알아보는 DC 마이그레...All about Data Center Migration Session 1. <Case Study> 오비맥주 사례로 알아보는 DC 마이그레...
All about Data Center Migration Session 1. <Case Study> 오비맥주 사례로 알아보는 DC 마이그레...
 
Microservice Architecture
Microservice ArchitectureMicroservice Architecture
Microservice Architecture
 
[오픈소스컨설팅] 2019년 클라우드 생존전략
[오픈소스컨설팅] 2019년 클라우드 생존전략[오픈소스컨설팅] 2019년 클라우드 생존전략
[오픈소스컨설팅] 2019년 클라우드 생존전략
 
성공적인 AWS클라우드로의 여정 그리고 5가지 궁금한 점 :: 김재성 :: AWS Summit Seoul 2016
성공적인 AWS클라우드로의 여정 그리고 5가지 궁금한 점 :: 김재성 :: AWS Summit Seoul 2016성공적인 AWS클라우드로의 여정 그리고 5가지 궁금한 점 :: 김재성 :: AWS Summit Seoul 2016
성공적인 AWS클라우드로의 여정 그리고 5가지 궁금한 점 :: 김재성 :: AWS Summit Seoul 2016
 
[APN Specialty Partner Webinar Series] TechData와 Siemens편
[APN Specialty Partner Webinar Series] TechData와 Siemens편[APN Specialty Partner Webinar Series] TechData와 Siemens편
[APN Specialty Partner Webinar Series] TechData와 Siemens편
 
락플레이스 OpenShift Q&A 토크쇼 발표자료
락플레이스 OpenShift Q&A 토크쇼 발표자료락플레이스 OpenShift Q&A 토크쇼 발표자료
락플레이스 OpenShift Q&A 토크쇼 발표자료
 
[열린기술공방] Container기반의 DevOps - 클라우드 네이티브
[열린기술공방] Container기반의 DevOps - 클라우드 네이티브[열린기술공방] Container기반의 DevOps - 클라우드 네이티브
[열린기술공방] Container기반의 DevOps - 클라우드 네이티브
 
[OpenInfra Days Korea 2018] (Track 2) Microservice Architecture, DevOps 그리고 5...
[OpenInfra Days Korea 2018] (Track 2) Microservice Architecture, DevOps 그리고 5...[OpenInfra Days Korea 2018] (Track 2) Microservice Architecture, DevOps 그리고 5...
[OpenInfra Days Korea 2018] (Track 2) Microservice Architecture, DevOps 그리고 5...
 
Cloud-Barista 제2차 오픈 컨퍼런스 : Cloud-Barista 기술 및 커뮤니티 소개(Multi-Cloud Service Co...
Cloud-Barista 제2차 오픈 컨퍼런스 : Cloud-Barista 기술 및 커뮤니티 소개(Multi-Cloud Service Co...Cloud-Barista 제2차 오픈 컨퍼런스 : Cloud-Barista 기술 및 커뮤니티 소개(Multi-Cloud Service Co...
Cloud-Barista 제2차 오픈 컨퍼런스 : Cloud-Barista 기술 및 커뮤니티 소개(Multi-Cloud Service Co...
 
AWS에서 클라우드 시작하기 - 클라우드 마이그레이션 AtoZ
AWS에서 클라우드 시작하기 - 클라우드 마이그레이션 AtoZAWS에서 클라우드 시작하기 - 클라우드 마이그레이션 AtoZ
AWS에서 클라우드 시작하기 - 클라우드 마이그레이션 AtoZ
 
designing, implementing and delivering microservices with event storming, spr...
designing, implementing and delivering microservices with event storming, spr...designing, implementing and delivering microservices with event storming, spr...
designing, implementing and delivering microservices with event storming, spr...
 
KOPENS_INTRODUCTION_2014
KOPENS_INTRODUCTION_2014KOPENS_INTRODUCTION_2014
KOPENS_INTRODUCTION_2014
 
시스코 메타포드
시스코 메타포드 시스코 메타포드
시스코 메타포드
 
[금융고객을 위한 AWS re:Invent 2022 re:Cap] 3.AWS reInvent 2022 Technical Highlights...
[금융고객을 위한 AWS re:Invent 2022 re:Cap] 3.AWS reInvent 2022 Technical Highlights...[금융고객을 위한 AWS re:Invent 2022 re:Cap] 3.AWS reInvent 2022 Technical Highlights...
[금융고객을 위한 AWS re:Invent 2022 re:Cap] 3.AWS reInvent 2022 Technical Highlights...
 
비즈니스 리더를 위한 디지털 트랜스포메이션 트렌드 - 김지현, 김영현 AWS 사업개발 매니저 :: AWS re:Invent re:Cap 2021
비즈니스 리더를 위한 디지털 트랜스포메이션 트렌드 - 김지현, 김영현 AWS 사업개발 매니저 :: AWS re:Invent re:Cap 2021비즈니스 리더를 위한 디지털 트랜스포메이션 트렌드 - 김지현, 김영현 AWS 사업개발 매니저 :: AWS re:Invent re:Cap 2021
비즈니스 리더를 위한 디지털 트랜스포메이션 트렌드 - 김지현, 김영현 AWS 사업개발 매니저 :: AWS re:Invent re:Cap 2021
 

2_Design_마이크로서비스디자인_JungInLee.pdf

  • 1. Confidential │ ©2020 VMw are, Inc. 마이크로서비스 전환에 필요한 가지 측면의 접근법
  • 2. 2 Today’s Sessions 마이크로서비스 디자인 마이크로서비스 구축 마이크로서비스 런타임 네트워크 마이크로서비스 모니터링 및 관리
  • 3. Confidential │ ©2020 VMw are, Inc. 3 가지 측면의 고려 사항 “How do we move toward modern apps with greater velocity?” “How do we operate modern infrastructure with more stability at scale?”
  • 4. Confidential │ ©2020 VMw are, Inc. 4 모든 이 마이크로 서비스에 적합한 것인가 우리가 얻으려고 하는 마이크로 서비스의 는 무엇인가 어떠한 에 가장 우선순위를 두고 아키텍처를 설계할 것인가 전환의 방법은 인가 혹은 점진적 소멸 방식인가 어떤 패턴을 이용하여 마이크로 서비스를 구현할 것인가 마이크로 서비스 운영에 필요한 툴에 따라 코딩 패턴의 는 생기는가 성공적인 경험을 다른 개발 조직으로 어떻게 전파할 수 있을까 측면의 접근법
  • 5. Confidential │ ©2020 VMw are, Inc. 5 모든 이 마이크로 서비스에 적합한 것인가 측면의 접근법 CONTAINERS EVENT-DRIVEN FUNCTIONS DATA MICROSERVICES Batch MONOLITHIC APPLICATIONS ESB JEE COTS MAINFRAME .NET
  • 6. Confidential │ ©2020 VMw are, Inc. 6 모든 이 마이크로 서비스에 적합한 것인가 측면의 접근법 Upload binary or map to source control Parsers for most common languages (Java, .NET, PHP, Ruby, etc.) Extensible rules (100s available currently) UI dashboard to help triage decisioning Understand technical effort to move your app TECHNICAL FITNESS BUSINESS VALUE WORSE BETTER WORSE BETTER Tolerate Invest Migrate Lift And Shift “Replatform” “Rehost/Retain/Retire” “Rebuild” “Refactor”
  • 7. Confidential │ ©2020 VMw are, Inc. 7 우리가 얻으려고 하는 마이크로 서비스의 는 무엇인가 측면의 접근법 배포 개발 운영 서비스 고유의 기술 활용 독립적인 서비스 배포 사이클 확보 서비스의 독립적인 확장성 모듈 재사용성 극대화 배포 자동화 서비스 장애 고립 모던 프레임워크 전환 배포 통한 에러 감소 감소 구성과 애자일 문화 테스트 감소 … … …
  • 8. Confidential │ ©2020 VMw are, Inc. 8 어떠한 에 가장 우선순위를 두고 아키텍처를 설계할 것인가 측면의 접근법 서비스의 담당 현업팀이 분리 되어있는가 서비스의 업데이트 주기를 독립적으로 가져가야 하는가 서비스 마다 별도의 확장성을 확보해야 하는가 데이터가 분리되어야 하는가 하나의 서비스에 너무 많은 의존성이 존재하지 않는가 소수의 개발 운영 조직이 운영을 감당할 수 있는가
  • 9. Confidential │ ©2020 VMw are, Inc. 9 측면의 접근법 어떠한 에 가장 우선순위를 두고 아키텍처를 설계할 것인가 Boris Diagram SNAP-E Domain Driven Design
  • 10. Confidential │ ©2020 VMw are, Inc. 10 전환의 방법은 인가 혹은 점진적 소멸 방식인가 측면의 접근법
  • 11. Confidential │ ©2020 VMw are, Inc. 11 어떤 패턴을 이용하여 마이크로 서비스를 구현할 것인가 측면의 접근법 CQRS Anti Corruption Layer Saga for distributed txns EventDriven MessagingQueue
  • 12. Confidential │ ©2020 VMw are, Inc. 12 마이크로 서비스 운영에 필요한 툴에 따라 코딩 패턴의 는 생기는가 측면의 접근법
  • 13. Confidential │ ©2020 VMw are, Inc. 13 성공적인 경험을 다른 개발 조직으로 어떻게 전파할 수 있을까 측면의 접근법 Cookbook and Recipes Release in production Release Release Pollination Mode Scaling
  • 14. Confidential │ ©2020 VMw are, Inc. 14 모든 이 마이크로 서비스에 적합한 것인가 우리가 얻으려고 하는 마이크로 서비스의 는 무엇인가 어떠한 를 가장 우선순위를 두어 아키텍처를 설계할 것인가 전환의 방법은 인가 혹은 점진적 소멸 방식인가 어떤 패턴을 이용하여 마이크로 서비스를 구현할 것인가 마이크로 서비스 운영에 필요한 툴에 따라 코딩 패턴의 는 생기는가 성공적인 경험을 다른 개발 조직으로 어떻게 전파할 수 있을까 측면의 접근법 1. VMware Journey Navigator Program 2. VMware App Navigator Program 3. VMware Modernization Program
  • 15. Confidential │ ©2020 VMw are, Inc. 15 프로세스 Event Storming 2. Event Storm the legacy space Highly collaborative modeling tornado! Make sense of a complex business domain w ith a common language for different tribes. Identify trouble spots & starting points. Thin Slice 3. Select “Thin Slice(s)” Cut the monolithic business cake and pick a sw eet piece to start the modernization w ork. OKRs 1. Define Objectives & Key Results Decide on direction for outcomes & approach. Agree on objectives and refine key results to measure those. Teste d Code 6. Produce tested and working code Take low -leveldesign decisions, select technicalpatterns to use, and implement user stories. Time-bounded set of 1-w eek iterations. Snap-E 5. Snap-E Fill the backlog w ith actionable user stories. API DATA PUB / SUB EXT STORIES UI RISKS SERVICE A Patterns 7. Cloud Modernization Patterns Reuse and document the learned modernization patterns as recipes in a “cookbook” (e.g. w iki). Consolidate know ledge and accelerate team velocity. Boris 4. “Boris” crafts the desired notional architecture Model the APIs, event & data flow s connecting the business capabilities. 1. VMware Journey Navigator Program 2. VMware App Navigator Program 3. VMware Modernization Program
  • 16. Confidential │ ©2020 VMw are, Inc. 16 사상을 이해하고 있는 팀인가 플랫폼 의 목표에 따른 역할과 그에 따른 역량 강화는 어떻게 할 것인가 기반의 플랫폼 위에 어떤 을 선택하고 적용할 것인가 더 많은 애플리케이션을 하기 위한 플랫폼 팀의 전략은 무엇인가 측면의 접근법
  • 17. Confidential │ ©2020 VMw are, Inc. 17 사상을 이해하고 있는 팀인가 플랫폼 의 목표에 따른 역할과 그에 따른 역량 강화는 어떻게 할 것인가 측면의 접근법 Product Management Will this help the business? Design Will users like this? Can they get to production? Platform Reliability Engineering Can we build this and run it reliably? Platform
  • 18. Confidential │ ©2020 VMw are, Inc. 18 기반의 플랫폼 위에 어떤 을 선택하고 적용할 것인가 더 많은 애플리케이션을 하기 위한 플랫폼 팀의 전략은 무엇인가 측면의 접근법
  • 19. Confidential │ ©2020 VMw are, Inc. 19 기반의 플랫폼 위에 어떤 을 선택하고 적용할 것인가 더 많은 애플리케이션을 하기 위한 플랫폼 팀의 전략은 무엇인가 측면의 접근법
  • 20. Confidential │ ©2020 VMw are, Inc. 20 측면의 접근법 기반의 플랫폼 위에 어떤 을 선택하고 적용할 것인가 더 많은 애플리케이션을 하기 위한 플랫폼 팀의 전략은 무엇인가
  • 21. Confidential │ ©2020 VMw are, Inc. 21 사상을 이해하고 있는 팀인가 플랫폼 의 목표에 따른 역할과 그에 따른 역량 강화는 어떻게 할 것인가 기반의 플랫폼 위에 어떤 을 선택하고 적용할 것인가 더 많은 애플리케이션을 하기 위한 플랫폼 팀의 전략은 무엇인가 측면의 접근법 Platform Dojo K8S Service
  • 22. Confidential │ ©2020 VMw are, Inc. 22 측면의 접근법 E D U Course:Kubernetes Foundations Course:Kubernetes Cluster Operations Course:Kubernetes Application Design Course:Kubernetes Cluster Architecture Course:Kubernetes Application Workflow #1 Education I N F R A Kubernetes Architecture Design& Review Kubernetes Platform (Install & Configure) Kubernetes Day-2 Operations Enterprise PKS Turnkey Tanzu Kubernetes Grid OSS Engineered vSphere w ith Kubernetes #4 Support/Run #2 Design #3 Build A P P L I C A T I O N Application Packaging & Deployments Application Portfolio Analysis & Review Kubernetes Continuo`us Delivery Application Design Workshop Application Hardening & Scale Application Migration #5 Consume Tanzu Mission Control (SaaS with On-Prem GA August2020) #6 Manage
  • 23. Confidential │ ©2020 VMw are, Inc. 23 가지 측면의 고려 사항 “How do we move toward modern apps with greater velocity?” “How do we operate modern infrastructure with more stability at scale?”
  • 24. 24