tree: 36aa5260eabddd98752aec97408d651dda25fe5f [path history] [tgz]
  1. controller.yml
  2. README.md
kubernetes/controller/README.md

Controller

Deploying

When deploying the Controller, it needs to be deployed via a StatefulSet. This is because each Controller instance needs to know which index it is. The Controller can be deployed with:

kubectl apply -f controller.yml

Controller Deployment Changes

Increase Controller Count

You will need to update the replication count for the Controllers here and the value of CONTROLLER_INSTANCES here and the value of AKKA_CLUSTER_SEED_NODES here and redeploy.