IBM Cloud Docs
Setting up cluster groups

Setting up cluster groups

The cluster group specifies all clusters that you want to include in the deployment of your Kubernetes resources. The clusters can run in your Satellite location or in IBM Cloud.

If you want to use the console to create Satellite configurations, you can create cluster groups as part of the configuration creation process. If you want to use the CLI to create Satellite configurations, you must create a cluster group first. Follow these steps to create a cluster group with the CLI:

  1. List the clusters that are registered with the Satellite Config component and note their ID.
    ibmcloud sat cluster ls
    
  2. Add the cluster to your cluster group.
    ibmcloud sat group attach --cluster <cluster_ID> --group <cluster_group_name>
    
  3. Verify that your cluster is successfully added to your cluster group.
    ibmcloud sat group get --group <cluster_group_name>