mirror of https://github.com/status-im/consul.git
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
|
|
|