Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save caffeinetiger/d6c6a108c0e62d3f0126f034677a31a4 to your computer and use it in GitHub Desktop.
#!/bin/bash
kubectl autoscale deployment <name-of-deployment> --cpu-percent=75 --min=2 --max=10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment