8080

    에러, The connection to the server 0.0.0.0:8443 was refused - did you specify the right host or port?

    에러, The connection to the server 0.0.0.0:8443 was refused - did you specify the right host or port?

    문제 kubectl get pods를 할 경우 다음 에러가 발생했습니다. The connection to the server 175.197.4.226:8443 was refused - did you specify the right host or port? 해결방법 우선 쿠버네티스 포트들을 한번 확인해 보겠습니다. 8443번이라... 없는데 ? 찾아보니 기본적으로 8443 포트는 톰캣에서 사용을 하는 부류가 많고 minikube 에서도 사용하는 것 같네요. kubectl로는 아예 접근이 안되고 minicube를 이용해 확인해봤는데 실행되어 있고 apiserver가 꺼져있네요 ..? minikube status 아직까지 지식이 부족한지라 kubectl과 minicube 두개가 같이 켜져있어도 되는지 모르겠지..

    에러, The connection to the server localhost:8080 was refused - did you specify the right host or port?

    에러, The connection to the server localhost:8080 was refused - did you specify the right host or port?

    문제 다음과 같이 에러가 발생합니다. The connection to the server localhost:8080 was refused - did you specify the right host or port? 위 에러는 이전에도 나왔는데, 분명히 설정해줬던 것 같은데 또 나오네요 ? 계속해서? 일시적이 아닌 반영구적인 해결법이 필요할것 같은데... 우선 해결 방법은 다음과 같습니다. 해결방법 (아래 글을 보세요 추가 작성 했습니다) kubeadm init 을 할 경우 아래 명령을 적용시킬 수 있도록 나오는데요 이 명령들을 적용시켜 주면 해결되겠습니다. mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo c..