Clusters

Cluster is a concept introduced in tsuru-server 1.2 and allows registeringexisting clusters of external provisioners in tsuru. Currently, externalclusters can be registered to kubernetes and swarm provisioners.

Clusters can either have a default flag or have multiple assigned pool. tsuruwill use this information to decide which cluster will be used when interactingwith a pool.

When a cluster is registered in tsuru it means that it becomes visible to theprovisioner as a source of information on nodes and units for applications. Italso become available as a possible destination for the creation of theresources necessary to deploy or scale an application. See provisioners for details on which resources are created for eachprovisioner.

To manipulate clusters the client commands tsuru cluster-add, tsuru
cluster-list
, tsuru cluster-update and tsuru cluster-remove can beused. You can find more information about them in the client documentation.

原文: https://docs.tsuru.io/1.6/managing/clusters.html