- play_arrow Introduction
- play_arrow Install
- play_arrow Monitor
- play_arrow Appendix
Manage Multi-Cluster CN2
SUMMARY Learn how to perform life cycle management tasks specific to a multi-cluster installation.
This section covers tasks that are specific to a multi-cluster installation. If you want to perform management tasks in a specific cluster within the multi-cluster installation, then see Manage Single Cluster CN2.
Attach a Workload Cluster
Use this procedure to create and attach a distributed workload cluster to an existing central cluster.
The general procedure is:
Create the workload cluster (without a node group).
Enable communications between the workload cluster and the central cluster:
Allow connectivity between the workload cluster VPC and the central cluster VPC. You can accomplish this in a number of ways. The method that we'll use is VPC peering.
Create routes for traffic to flow between the two clusters.
Configure secrets to authenticate Kubernetes control plane traffic between the two clusters.
On the central cluster, create the kubemanager that manages the new distributed workload cluster.
Apply the CN2 distributed workload cluster manifest and add a node group.
The manifests that you will use in this example procedure are multi-cluster/distributed_cluster_deployer_example.yaml, multi-cluster/distributed_cluster_certmanager_example.yaml, and multi-cluster/distributed_cluster_vrouter_example.yaml. The procedure assumes that you've placed these manifests into a manifests directory.
Before starting, make sure you've created the central cluster. See Install Multi-Cluster CN2.