cd vi .bash_profile 맨 아래줄에 아래 내용 추가 alias k='kubectl --kubeconfig="/root/kubeconfig.yaml"' alias kw='watch -d kubectl get deploy,svc,pods --kubeconfig="/root/kubeconfig.yaml"' source .bash_profile k get nodes 참고사이트 https://medium.com/naver-cloud-platform/cbe27e197a97 19 cat <