<uml>
@startuml
component “쿠버네티스 패턴\n(대규모 자동화 컨테이너)” {
component “마이크로서비스 원칙\n(변경에 최적화된 서비스)” {
component “도메인 주도 설계\n(유비쿼터스 도메인 모델)” {
component “클린 코드\n(잘 짜인 코드)” {
}
}
}
}
@enduml
</uml>
소프트웨어 패턴 작성 Writing Software Patterns https://www.martinfowler.com/articles/writingPatterns.html