Skip to content

Create a diagram that reflects how a cluster's configuration is applied to instances #3849

Closed
@andreyaksenov

Description

@andreyaksenov

Product: Tarantool
Since: 3.0
Root document: https://docs.d.tarantool.io/en/doc/3.0/concepts/configuration/

Details

For example, the most simple diagram might look as follows:

Local:

 _________________ _________________ _____
|                 |                 |     |
| Server 1        | Server   2      | ... |
|_________________ _________________ _____|
| router          | router          |     |
|_________________ _________________ _____|
| storage         | storag          |     |
|_________________ _________________ _____|
| storage         | storage         |     |
|_________________ _________________ _____|
| ...             | ...             |     |
|_________________|_________________|_____|
|     ____________|     ____________|     |
|    |cluster.yaml|    |cluster.yaml|     |
|____|____________|____|____________|_____|

Config storage:

 _________________ _________________ _____
|                 |                 |     |
| Server 1        | Server   2      | ... |
|_________________ _________________ _____|
| router          | router          |     |
|_________________ _________________ _____|
| storage         | storage         |     |
|_________________ _________________ _____|
| storage         | storage         |     |
|_________________ _________________ _____|
| ...             | ...             |     |
|_________________|_________________|_____|
         |            |          
         |____________|
                      | 
              ________|___________________
             | Centralized config      |  |
             |_________________________|  |
             |                            |        
             |   Configuration storage    |
             |____________________________|

We can also show additional entities (replica set, cluster) and demonstrate how specific configuration options apply to different instance types (router, storage).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions