kubectl local 셋팅

유지원·2023년 2월 15일
0

kubernetes

목록 보기
1/3

aws-iam-authenticator aws-cli (~/.kube/config)

aws eks update-kubeconfig --name {{cluster-name}} --region {{REGION}} 

get eks cluster token

aws eks get-token --cluster-id or --cluster-name 

클러스터 인증 (~/.kube/config)

aws-iam-authenticator token -i {{token value}} -i {{cluster-name}}

확인

kubectl get nodes
profile
어렸을 땐 몰랐다...... 기억력이 점점....

0개의 댓글