Table of Contents

쿠버네티스 패턴

참고 자료


레이블
쿠버네티스

클라우드 네이티브로 가는 길

로컬과 분산 기본 요소

<uml>
@startuml
component “쿠버네티스 패턴\n(대규모 자동화 컨테이너)” {
component “마이크로서비스 원칙\n(변경에 최적화된 서비스)” {
component “도메인 주도 설계\n(유비쿼터스 도메인 모델)” {
component “클린 코드\n(잘 짜인 코드)” {
}
}
}
}
@enduml
</uml>

코드 예제

추천 책

소프트웨어 패턴 작성 Writing Software Patterns https://www.martinfowler.com/articles/writingPatterns.html