mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 08:36:46 +00:00
Add diagrams for rpc routing and acl entity relationship contributing: create directory structure for new docs WIP diagram for catalog entities Add overview diagram Co-Authored-By: Kelly Devlin <kdevlin@hashicorp.com>
25 lines
600 B
Plaintext
25 lines
600 B
Plaintext
graph TD
|
|
|
|
ServiceMesh[Sercice Mesh]
|
|
ServiceDiscovery[Service Discovery]
|
|
ClusterMembership[Cluster Membership]
|
|
KV[Key/Value Store]
|
|
MultiClusterFederation[Multi-Cluster Federation]
|
|
|
|
ACL
|
|
AgentConfiguration[Agent Configuration]
|
|
ClientAgent[Client Agent]
|
|
RPC
|
|
ClusterPersistence[Cluster Persistence]
|
|
|
|
AgentConfiguration --> ClientAgent
|
|
ClientAgent --> RPC
|
|
ClientAgent --> ACL
|
|
RPC --> ClusterPersistence
|
|
RPC --> ACL
|
|
|
|
MultiClusterFederation --> ClusterMembership
|
|
MultiClusterFederation --> RPC
|
|
ServiceMesh --> ServiceDiscovery
|
|
|