Scaling MATRIXX Engine Pods with Helm
In Topology Operator-based installations, increase or decrease the MATRIXX Engine pod replica count with the helm upgrade command, in the same way as any other configuration change.
When there is a change to the replica count for engine pods in your Helm values file, the helm upgrade command does the following:
- Stops the engine.
- Updates any modified engine resources.
- Restarts (and reconfigures) the engine.
The maximum allowed number of processing pods is 3.
For information about scaling Engine pod replicas in Engine Operator-based installations, see the discussion about scaling engine pods with the
kubectl scale
command.