website-and-documentation/resources/edp-likec4/views/edp/edp-as-orchestrator.c4
2025-11-12 00:33:03 +01:00

35 lines
No EOL
712 B
Text

views {
view edporchestrator of edp {
title 'EDP as Orchestrator'
global style text_large
exclude element.tag = #internal
style * {
opacity 25%
}
group 'EDP' {
group 'Developer Control Plane' {
}
group 'Integration & Delivery Plane' {
}
group 'Monitoring Plane' {
}
group 'Security Plane' {
}
group 'Backend' {
include argoCD with {
description 'Declarative management of platform tools'
}
include crossplane
}
}
autoLayout TopBottom
}
}