Alert rule: AppCatHighAvailableStatefulsetWarning

Overview

High Available alerts are triggered for VSHN based services with multiple instances. This alert is triggered when a VSHN service statefulset has less replicas than expected.

Steps for Debugging

Step one

Connect to the cluster from the alert description.

Step two

Get the service instance from the alert description.

Step three

Describe the affected statefulset.

kubectl -n <instance-namespace> describe sts <statefulset-name>