Skip to content

Instantly share code, notes, and snippets.

@krotkiewicz
Created September 4, 2017 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krotkiewicz/4d0a9f7b3f31938c7a670ad4ed170e56 to your computer and use it in GitHub Desktop.
Save krotkiewicz/4d0a9f7b3f31938c7a670ad4ed170e56 to your computer and use it in GitHub Desktop.
$ kubectl create deployment get-region --image=ulamlabs/get-region
deployment "get-region" created
$ kubectl scale deployment get-region --replicas=16
deployment "get-region" scaled
$ kubectl get deploy
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
get-region 16 16 0 16 1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment