Configure for high availability
To configure high availability on Orchestrate:
- Configure Orchestrate’s workers and API applications to have 3 pods. For doing so, at the end of the files
common.yaml
andcommon-api.yaml
add the line:
replicaCount: 3
- Configure Kafka for high availability, setting 3 nodes, 3 Zookeeper and replication factor of 3 is the default configuration, see on
kafka.yaml.gotmpl
file. - With your cloud provider set the Postgres Database to be in master/slave configuration or in high availability mode.