Hydra control plane #3
pragyandas
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Control Plane Responsibilities:
Actor Lifecycle Management
System Coordination
Resource Management
State Management
Regional Coordination:
Region (e.g., us-east)
├─► Actor Systems (multiple)
│ ├─► Leader
│ │ └─► Makes activation decisions
│ └─► Followers
│ └─► Monitor and report state
│
├─► Shared State (NATS KV)
│ ├─► Actor registrations
│ ├─► System states
│ └─► Leadership claims
│
└─► Message Streams
├─► Control messages
└─► System events
Beta Was this translation helpful? Give feedback.
All reactions