yment/mysql # Scale multiple replication controllers kubectl scale --replicas=5 rc/foo rc/bar rc/baz # Scale stateful set named 'web' to 3 kubectl scale --replicas=3 statefulset/web