File tree 4 files changed +40
-1
lines changed
4 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ to work with Tarantool.
7
7
.. toctree ::
8
8
:maxdepth: 1
9
9
10
- interactive_console
11
10
tt_cli/index
11
+ tcm/index
12
+ interactive_console
12
13
tarantoolctl
13
14
luajit_memprof
14
15
luajit_getmetrics
Original file line number Diff line number Diff line change
1
+ .. _tcm :
2
+
3
+ Tarantool Cluster Manager
4
+ =========================
5
+
6
+ .. admonition :: Enterprise Edition
7
+ :class: fact
8
+
9
+ |tcm_full_name | is a part of the `Enterprise Edition <https://www.tarantool.io/compare/ >`_.
10
+
11
+ |tcm_full_name | (|tcm |) is a web-based visual tool for configuring, managing, and
12
+ monitoring Tarantool EE clusters. It provides a GUI for working with clusters
13
+ and individual instances, from monitoring their state to executing commands interactively
14
+ in an instance's console.
15
+
16
+ |tcm | is a standalone application included in the Tarantool Enterprise Edition
17
+ distribution package. It is shipped as an executable that is ready to run on Linux
18
+ and macOS platforms.
19
+
20
+ |tcm | works only with Tarantool EE clusters that use :ref: `etcd as a configuration storage <configuration_etcd >`.
21
+ When you create or edit a cluster's configuration in |tcm |, it publishes the saved
22
+ configuration to etcd. This ensures consistent and reliable configuration storage.
23
+ A single |tcm | installation can connect to multiple Tarantool EE clusters and
24
+ switch between them in one click.
25
+
26
+ To provide enterprise-grade security, |tcm | features its own role-based access control.
27
+ You can create users and assign them roles that include required permissions.
28
+ For example, a user can be an administrator of a specific cluster or only have the right
29
+ to read data. LDAP authorization is supported as well.
30
+
31
+ .. TODO: table of contents
Original file line number Diff line number Diff line change 36
36
37
37
.. |iproto_version | replace :: 3
38
38
39
+ .. |tcm_full_name | replace :: Tarantool Cluster Manager
40
+
41
+ .. |tcm | replace :: TCM
42
+
43
+ .. |tcm_version | replace :: TCM
44
+
Original file line number Diff line number Diff line change 46
46
boolean
47
47
failover
48
48
rebalancer
49
+ TCM
You can’t perform that action at this time.
0 commit comments