Kubernetes 썸네일형 리스트형 [쿠버네티스 Kubernetes] Unable to connect to the server: x509 현재 클러스터에서, 타 클러스터 접속 후에 다시 현재 클러스터 정보 확인 시 인증서 x509 에러 출력. /etc/kubernetes/admin.conf 파일이 변경되어 있는 것을 확인. kubelet.conf 에 타 클러스터 정보를 병합해야 하는 부분 없어서 발생한 것으로 추정되어, 이후 admin.conf 파일 관련해서 인증서 전체 업데이트 진행. [1]. kubectl로 노드 정보 확인시 에러 확인 $ kubectl get node Unable to connect to the server: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to ve.. 더보기 nginx POD container /usr/share/nginx/html/index.html nginx 컨테이너를 replicas로 1개 이상 만들 경우 각 nginx 파일을 구분하기 위해서, index.html를 수정 [1]. nginx container index html 파일 위치 /usr/share/nginx/html/index.html [2]. nginx 컨테이너 접근 # kubectl exec -it pod/nginx-pod -n default -- bin/bash [3]. index.html 파일 수정 replicas로 1개 이상 만들 경우 각 nginx 파일을 구분하기 위해서, index.html를 수정 root@nginx-pod:/usr/share/nginx/html# cat ./index.html Welcome to nginx! If you see this page, the n.. 더보기 이전 1 다음