반응형

kubectl 명령어 발행시 localhost:8080 접속이 불가능하는 에러가 나온다면?

[ec2-user@ip-192-168-44-40 ~]$ kubectl get nodes
The connection to the server localhost:8080 was refused - did you specify the right host or port?

aws eks 명령어로 kubernetes 접속 환경을 변경하는 것이 필요

aws eks --region [사용하는 리전명] update-kubeconfig --name [EKS CLUSTER이름]

반응형

+ Recent posts