Intro

Architecture

Single Server Setup

Single server setups use a local SQLite DB to store the cluster state. Embedded SQLite is not supported in multi-server configuration.

Untitled

High Availability Setup

When using embedded etcd DB, we need at least 3 server nodes (master nodes). This is required to have quorum in case a master node goes down.

Untitled

If instead, we’re using an external DB to store the cluster state, we can get away with 2 master nodes.

Untitled