Skip to content

Instantly share code, notes, and snippets.

@caffeinetiger
Last active April 18, 2022 18:17
Show Gist options
  • Select an option

  • Save caffeinetiger/1e9511caf7b5743d2aeaffd66c2eaac3 to your computer and use it in GitHub Desktop.

Select an option

Save caffeinetiger/1e9511caf7b5743d2aeaffd66c2eaac3 to your computer and use it in GitHub Desktop.
[Stackoverflow - how to stop/pause a pod in kubernetes](https://stackoverflow.com/questions/54821044/how-to-stop-pause-a-pod-in-kubernetes)
#!/bin/bash
kubectl scale --replicas=0 deployment/<your-deployment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment