2016-02-01 03:10:02 +00:00
|
|
|
.. _architecture-overview:
|
|
|
|
|
|
|
|
============
|
|
|
|
Architecture
|
|
|
|
============
|
|
|
|
|
|
|
|
If you are used to configuration management tools that require you to plan
|
|
|
|
down to the last detail before you install anything, you are probably wondering
|
|
|
|
why this section doesn't appear before the installation instructions. With
|
|
|
|
Salt, you can switch to a high availability architecture at any time, and add
|
|
|
|
additional components to scale your deployment as you go.
|
|
|
|
|
|
|
|
Since a single Salt master can manage thousands of systems, we usually
|
|
|
|
recommend that you start by deploying a single Salt master, and then modifying
|
|
|
|
your deployment as needed for redundancy, geographical distribution, and scale.
|
|
|
|
|
2014-02-26 20:32:08 +00:00
|
|
|
.. toctree::
|
2016-02-01 03:10:02 +00:00
|
|
|
:maxdepth: 1
|
|
|
|
:glob:
|
2014-02-26 20:32:08 +00:00
|
|
|
|
2016-02-01 03:10:02 +00:00
|
|
|
../highavailability/index
|
2014-02-26 20:32:08 +00:00
|
|
|
syndic
|
2016-02-01 03:10:02 +00:00
|
|
|
../tutorials/intro_scale
|
|
|
|
../tutorials/multimaster
|
|
|
|
../tutorials/multimaster_pki
|
|
|
|
|
|
|
|
|