Skip to content

Instantly share code, notes, and snippets.

@rupinus85
Created January 10, 2019 08:03
Show Gist options
  • Save rupinus85/cbcda1696e17f11e2756ccd735811fad to your computer and use it in GitHub Desktop.
Save rupinus85/cbcda1696e17f11e2756ccd735811fad to your computer and use it in GitHub Desktop.
# Deployments 조회 (kubectl get deployments 명령어 또는 kubectl get deploy 명령어는 같은 의미이므로 선택적으로 사용 가능)
$ kubectl get deployments
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
gs-spring-boot-docker-deployment 1 1 1 1 23m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment