WAN Federation/Cluster Peering comparison table addition

This commit is contained in:
boruszak 2022-08-09 09:07:25 -05:00
parent 7854b6edc9
commit 9c2d7fb268
1 changed files with 10 additions and 8 deletions

View File

@ -27,14 +27,16 @@ WAN federation and cluster peering are different ways to connect clusters. The m
Regardless of whether you connect your clusters through WAN federation or cluster peering, human and machine users can use either method to discover services in other clusters or dial them through the service mesh. Regardless of whether you connect your clusters through WAN federation or cluster peering, human and machine users can use either method to discover services in other clusters or dial them through the service mesh.
| | WAN Federation | Cluster Peering | | | WAN Federation | Cluster Peering |
| :----------------------------------------------- | :------------: | :-------------: | | :------------------------------------------------- | :------------: | :-------------: |
| Connects clusters across datacenters | ✅ | ✅ | | Connects clusters across datacenters | ✅ | ✅ |
| Shares support queries and service endpoints | ✅ | ✅ | | Shares support queries and service endpoints | ✅ | ✅ |
| Connects clusters owned by different operators | ❌ | ✅ | | Connects clusters owned by different operators | ❌ | ✅ |
| Functions without declaring primary datacenter | ❌ | ✅ | | Functions without declaring primary datacenter | ❌ | ✅ |
| Shares key/value stores | ✅ | ❌ | | Replicates exported services for service discovery | ❌ | ✅ |
| Uses gossip protocol | ✅ | ❌ | | Shares key/value stores | ✅ | ❌ |
| Uses gossip protocol | ✅ | ❌ |
| Forwards service requests for service discovery | ✅ | ❌ |
## Beta release features and constraints ## Beta release features and constraints