Skip to content

Setup kubectl

Byeonghoon Yoo edited this page Dec 26, 2022 · 1 revision

자동 생성된 kubeconfig로 kubernetes 클러스터 접속하기

kubectl 설치

https://command-not-found.com/kubectl 참고

config 불러오기

cp /path/to/generated/profile.yaml ~/.kube/config

접속 테스트

kubectl get all

권한/설치 상황에 따라 No resources found in zello-draw namespace. 가 보일 수 있지만 접속 에러가 뜨지 않는다면 성공.