Skip to content

Commit 589c9fd

Browse files
authored
Merge pull request #36 from MrFreezeex/add-cilium
Add Cilium to MCS-API implementations
2 parents b25fef9 + 490d630 commit 589c9fd

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

site-src/guides/index.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Implementors and integrators of Multicluster API are encouraged to update this d
1010
- [Submariner][submariner]: 0.13.3
1111
- [MCS controller for AWS Cloudmap][aws-mcs]: Alpha
1212
- [Antrea Multi-cluster][antrea-mcs]: Alpha
13+
- [Cilium Cluster Mesh][cilium-clustermesh]: Beta (from Cilium v1.17)
1314

1415
## Implementations
1516

@@ -62,4 +63,16 @@ Please follow this [guide][antrea-mcs-user-guide] for the first steps to set up
6263
[antrea-mcs-arch]: https://github.com/antrea-io/antrea/blob/main/docs/multicluster/architecture.md
6364
[antrea-mcs-cnp-replica]: https://github.com/antrea-io/antrea/blob/main/docs/multicluster/user-guide.md#clusternetworkpolicy-replication
6465
[antrea-mcs-anp]: https://github.com/antrea-io/antrea/blob/main/docs/multicluster/user-guide.md#multi-cluster-networkpolicy
65-
[antrea-mcs-user-guide]: https://github.com/antrea-io/antrea/blob/main/docs/multicluster/user-guide.md
66+
[antrea-mcs-user-guide]: https://github.com/antrea-io/antrea/blob/main/docs/multicluster/user-guide.md
67+
68+
### Cilium Cluster Mesh
69+
70+
[Cilium][cilium] is an open source, cloud native solution for providing, securing, and observing network connectivity between workloads, fueled by the Kernel technology eBPF.
71+
72+
[Cilium Cluster Mesh][cilium-clustermesh] allows you to connect the networks of multiple clusters in such as way that pods in each cluster can discover and access services in all other clusters of the mesh, provided all the clusters run Cilium as their CNI. This allows effectively joining multiple clusters into a large unified network, regardless of the Kubernetes distribution or location each of them is running.
73+
74+
Starting with Cilium version 1.17, Cilium Cluster Mesh also supports MCS-API; see the corresponding [guide][cilium-mcs] for more information!
75+
76+
[cilium]: https://cilium.io/
77+
[cilium-clustermesh]: https://cilium.io/use-cases/cluster-mesh/
78+
[cilium-mcs]: https://docs.cilium.io/en/stable/network/clustermesh/mcsapi/

0 commit comments

Comments
 (0)