mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
b15e5d4719
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>
13 lines
538 B
Markdown
13 lines
538 B
Markdown
# Service Mesh (Connect)
|
|
|
|
- call out: envoy/proxy is the data plane, Consul is the control plane
|
|
- agent/xds - gRPC service that implements
|
|
[xDS](https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol)
|
|
- [agent/proxycfg](https://github.com/hashicorp/consul/blob/master/agent/proxycfg/proxycfg.go)
|
|
- CA Manager - certificate authority
|
|
- command/connect/envoy - bootstrapping and running envoy
|
|
- command/connect/proxy - built-in proxy that is dev-only and not supported
|
|
for production.
|
|
- `connect/` - "Native" service mesh
|
|
|