-
Notifications
You must be signed in to change notification settings - Fork 70
Operation Modes
Mark Papadakis edited this page Jun 30, 2016
·
4 revisions
Tank will support two different operation modes. Stand-alone mode and cluster mode. Currently, the former is implemented, while support for cluster mode is forthcoming.
In this mode, there is a single Tank server instance, and clients connect to it. See Configuration Wiki page for how configuration works in this mode.
In this mode, Tank clusters can be formed and configuration, leader election, and assignment will be based on etcd. There will no single special-purpose controller instance.