Kubernetes StatefulSet Operations
Jump to navigation
Jump to search
Internal
Scaling Up and Down
kubectl scale --replicas=0 statefulset <my-statefulset> kubectl scale --replicas=2 statefulset <my-statefulset>