Link Search Menu Expand Document

kubectl 설치

  • brew install kubectl

kubectl k로 변경

  • .zshrc에 alias를 지정해두면 편하게 사용할 수 있다.
  • alias k=’kubectl’