Skip to content

Commit 67c153d

Browse files
committed
Add Antrea Multi-cluster as an implementor
Signed-off-by: Lan Luo <[email protected]>
1 parent 12338df commit 67c153d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

site-src/guides/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Implementors and integrators of Multicluster API are encouraged to update this d
99
- [Google Cloud MCS][gke-mcs]: General Availability
1010
- [Submariner][submariner]: 0.13.3
1111
- [MCS controller for AWS Cloudmap][aws-mcs]: Alpha
12+
- [Antrea Multi-cluster][antrea-mcs]: Alpha
1213

1314
## Implementations
1415

@@ -48,3 +49,17 @@ Please follow this [guide][aws-mcs-guide] for the first steps to set up the mult
4849
[kep-1645]: https://github.com/kubernetes/enhancements/tree/master/keps/sig-multicluster/1645-multi-cluster-services-api
4950
[kep-2149]: https://github.com/kubernetes/enhancements/tree/master/keps/sig-multicluster/2149-clusterid
5051

52+
### Antrea Multi-cluster
53+
54+
[Antrea][antrea] is an open-source project which is a Kubernetes networking solution intended to be Kubernetes native. It operates at Layer 3/4 to provide networking and security services for a Kubernetes cluster, leveraging Open vSwitch as the networking data plane.
55+
56+
[Antrea Multi-cluster][antrea-mcs-arch] implements Multi-cluster Service API, which allows users to create multi-cluster Services that can be accessed cross clusters in a ClusterSet. Antrea Multi-cluster also extends Antrea native NetworkPolicy to support [Multi-cluster NetworkPolicy][antrea-mcs-anp] rules that apply to cross-cluster traffic, and [ClusterNetworkPolicy replication][antrea-mcs-cnp-replica] that allows a ClusterSet admin to create ClusterNetworkPolicies which are replicated across the entire ClusterSet and enforced in all member clusters.
57+
58+
Please follow this [guide][antrea-mcs-user-guide] for the first steps to set up Antrea Multi-cluster.
59+
60+
[antrea]: https://antrea.io/
61+
[antrea-mcs]: https://github.com/antrea-io/antrea/tree/main/multicluster
62+
[antrea-mcs-arch]: https://github.com/antrea-io/antrea/blob/main/docs/multicluster/architecture.md
63+
[antrea-mcs-cnp-replica]: https://github.com/antrea-io/antrea/blob/main/docs/multicluster/user-guide.md#clusternetworkpolicy-replication
64+
[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

0 commit comments

Comments
 (0)