Kubernetes – Pausing Applications by Scaling Deployments or Stateful Sets
# Pause application kubectl scale deploy nextcloud --replicas=0 kubectl scale statefulsets nextcloud-db-postgresql --replicas=0 kubectl scale…
0 Comments