Skip to content

Starting and Stopping ESS Services

Stopping a component

To stop ESS Pro components, run the following commands:

kubectl scale sts -l "app.kubernetes.io/part-of: matrix-stack" -n ess --replicas=0
kubectl scale deploy -l "app.kubernetes.io/part-of: matrix-stack" -n ess --replicas=0

Starting a component

To restart components, run the helm upgrade --install.... command again to restore your workload's pods.