Install Multi-Cluster CN2 on Amazon EKS
SUMMARY See examples on how to install multi-cluster CN2 on Amazon EKS.
In a multi-cluster deployment, CN2 is the central networking platform and CNI plug-in for multiple distributed workload clusters. The Contrail controller runs in the central cluster, and the Contrail data plane components run in the distributed workload clusters.
To install CN2 in a multi-cluster deployment, you first create the central cluster and then you attach the distributed workload clusters to the central cluster one by one.
The procedures in this section show basic examples of how you can use the provided manifests to create the specified CN2 deployment. You're not limited to the deployment described in this section nor are you limited to using the provided manifests. CN2 supports a wide range of deployments that are too numerous to cover in detail. Use the provided examples as a starting point to roll your own manifest for your specific situation.
Install Multi-Cluster CN2 in Release 23.1
Use this procedure to install CN2 in a multi-cluster deployment in release 23.1.
We use eksctl and YAML manifests to set up the clusters in this example.
The CN2 manifest that we use in this example procedure is amazon-eks/multi-cluster/central_cluster_deployer_example.yaml and amazon-eks/multi-cluster/central_cluster_cert-manager.yaml. The procedure assumes that you've placed these manifests into a manifests directory.