Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Each plane's cluster agent connects outbound to the Control Plane. Only the Cont
│ (outbound) │ (outbound) │ (outbound)
│ │ │
┌───────────┴───────────┐ ┌─────────┴────────┐ ┌────────────┴────────────────┐
│ Data Plane Cluster │ │ Workflow Plane │ │ Observability Plane Cluster │
│ Data Plane Cluster │ │ Workflow Plane │ │ Observability Plane Cluster │
│ ┌─────────────────┐ │ │ Cluster │ │ (Optional) │
│ │ Cluster Agent │ │ │ (Optional) │ │ ┌─────────────────┐ │
│ └─────────────────┘ │ │ ┌─────────────┐ │ │ │ Cluster Agent │ │
Expand Down Expand Up @@ -270,12 +270,12 @@ Separate clusters provide isolation and independent scaling. Cluster agents esta

```
┌──────────────────┐ ┌──────────────────┐
│ Control Plane │◀───│ Data Plane │
│ Control Plane │◀───│ Data Plane │
│ Cluster │ │ Cluster │
└────────┬─────────┘ └──────────────────┘
│ ┌──────────────────┐
│◀─────────────│ Workflow Plane
│◀─────────────│ Workflow Plane │
│ │ Cluster │
│ └──────────────────┘
Expand All @@ -291,9 +291,9 @@ A common production topology: keep the Control Plane, Workflow Plane, and Observ

```
┌──────────────────────────────────────────────┐
│ Management Cluster
│ Management Cluster │
├──────────────┬───────────────┬───────────────┤
│ Control Plane│ Workflow Plane │ Observability │
│ Control Plane│ Workflow Plane│ Observability │
│ │ │ Plane │
└──────┬───────┴───────────────┴───────────────┘
Expand Down