Rajathi Raja
Rajathi Raja

Reputation: 69

managing multiple swarm clusters

I would like to host multiple swarm (swarm-mode) clusters and manage them from single UI (preferably web interface)

Let me know if any such tool/platform available through which I can manage and monitor all the swarm clusters and nodes in each cluster.

Upvotes: 0

Views: 2025

Answers (2)

Andor Goetzendorff
Andor Goetzendorff

Reputation: 348

Have a look at Rancher and its Environments. Citing the documentation:

Rancher supports grouping resources into multiple environments. [...] Each environment has its own set of resources, and is owned by one or more users or groups. For example, you might create separate “dev”, “test”, and “production” environments to keep things isolated from each other, and give “dev” access to your entire organization but restrict the “production” environment to a smaller team.

Upvotes: 0

Elton Stoneman
Elton Stoneman

Reputation: 19154

Docker Datacenter is Docker's product for managing swarms through a secure Web UI. It only manages a single swarm, but you can use tags to segregate nodes and workloads. That lets you have test and prod environments in one swarm for centralized management, but have sets of nodes dedicated for different roles.

Upvotes: 1

Related Questions