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 and common-api.yaml add the line:
replicaCount: 3
- Configure Kafka for high availability, setting 3 nodes, 3 zookeepers and replication factor of 3 - which 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.