mirror of
https://github.com/traefik/traefik.git
synced 2025-11-30 07:01:20 +01:00
doc: Traefik cluster in beta.
This commit is contained in:
parent
ac0e48b48c
commit
12fa144f2f
@ -1,4 +1,4 @@
|
|||||||
# Clustering / High Availability
|
# Clustering / High Availability (beta)
|
||||||
|
|
||||||
This guide explains how tu use Træfik in high availability mode.
|
This guide explains how tu use Træfik in high availability mode.
|
||||||
In order to deploy and configure multiple Træfik instances, without copying the same configuration file on each instance, we will use a distributed Key-Value store.
|
In order to deploy and configure multiple Træfik instances, without copying the same configuration file on each instance, we will use a distributed Key-Value store.
|
||||||
@ -15,5 +15,6 @@ Please refer to [this section](/user-guide/kv-config/#store-configuration-in-key
|
|||||||
## Deploy a Træfik cluster
|
## Deploy a Træfik cluster
|
||||||
|
|
||||||
Once your Træfik configuration is uploaded on your KV store, you can start each Træfik instance.
|
Once your Træfik configuration is uploaded on your KV store, you can start each Træfik instance.
|
||||||
A Træfik cluster is based on a master/slave model. When starting, Træfik will elect a master. If this instance fails, another master will be automatically elected.
|
A Træfik cluster is based on a master/slave model.
|
||||||
|
When starting, Træfik will elect a master. If this instance fails, another master will be automatically elected.
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user