How to restart a StatefulSet

How to restart a StatefulSet in Kubernetes using UMHLens by first scaling down the replicas, and then scaling it up again

Instructions

  1. Go to Workload —> StatefulSet —> click on the relevant StatefulSet
  2. Go to the top right and select the scale button
  3. Scale down to 0 replicas
  4. Wait until all Pods are terminated
  5. (optional: delete the storage associated with it, if you want to entirely reset the StatefulSet)
  6. Scale back up again to the original amount of replicas
Last modified February 17, 2023: update (#208) (ea731fc)