[Kubernetes] 쿠버네티스 명령어 사용하기

  1. kubectl 명령어 확인하기
kubectl

  1. kubectl 명령어 구조

kubectl [command][TYPE] [NAME][flags]

  • command : 자원에 실행할 명령 (create, get, delete, edit)
  • TYPE : 자원의 타입 (node, pod, service...)
  • NAME : 자원의 이름
  • flags : 부가적으로 설정할 옵션

예시 >

kubectl get pod webserver -o wide

  1. kubectl

좋은 웹페이지 즐겨찾기