-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Major Issues:
- Hub Single Point of Failure - Despite mentioning "distributed access points," each Agent still requires tunnel establishment with Hubs. Hub failures can impact entire
network segments. - Certificate Management Complexity - mTLS requires certificate distribution, rotation, and revocation mechanisms. Management overhead becomes enormous at large scale
deployments. - Network Topology Limitations - Hub-Agent star topology lacks true mesh characteristics. Agents cannot communicate directly with each other.
- API Centralization - ZTM API is provided by Agents but controls four resource types, creating blurred permission boundaries.
- Built-in Application Coupling - zt-tunnel, zt-proxy, zt-terminal as built-in applications increase core component complexity.
Recommended Improvements:
- Implement true decentralized routing
- Simplify certificate lifecycle management
- Clearly separate application layer from network layer
- Enhance fault recovery mechanisms
Metadata
Metadata
Assignees
Labels
No labels