Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created September 7, 2020 10:41
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 velotiotech/a05c5adcd25bed54baef5e3196439d26 to your computer and use it in GitHub Desktop.
Save velotiotech/a05c5adcd25bed54baef5e3196439d26 to your computer and use it in GitHub Desktop.
kubectl get po
NAME READY STATUS RESTARTS AGE
autoscale-tester-5d6b48d64f-5dlb7 1/1 Running 0 77s
autoscale-tester-5d6b48d64f-9wq4w 1/1 Running 0 37s
autoscale-tester-5d6b48d64f-qrlxn 1/1 Running 0 17s
kubectl describe po autoscale-tester-5d6b48d64f-5dlb7
Name: autoscale-tester-5d6b48d64f-5dlb7
Namespace: autoscale-tester
...
Limits:
cpu: 500m
memory: 500Mi
Requests:
cpu: 500m
memory: 500Mi
Environment: <none>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment