error execution phase check-etcd: etcd cluster is not healthy: failed to dial endpoint

본 글에서는 Master Node 3개를 구동하다가 init했던 Master Node를 Drain Delete Reset한 후 다시 Join을 시도하다가 Error가 발생했다. Google Searching해본 결과 기존 etcd pod에 Drain했던 node 데이터가 남아있어 충돌하는 것으로 보인다. 유효한 마스터 노드에서 데이터 삭제 유효한 마스터 노드에서 kubectl get pod -n kube-system 을 입력해 etcd-노드명 Pod으로 진입한다. 목록확인 본인이 join하려는 ip가 존재한다면 remove … 더 읽기

Docker Registry by Docker Compose

데이터 저장할 디렉터리 생성 config file 생성 Create Certs SSL move certs directory Create Key Create csr Deconding Key File create ext config file Create CRT Apply Certs Create registry.yml compose file Start registry Client Apply Certs Server에서 생성한 server.crt 파일을 Client PC로 옮긴 후 아래 진행 Windows server.crt 파일을 오른쪽 마우스 클릭 후 인증서 … 더 읽기

Failed to create pod sandbox: open /run/systemd/resolve/resolv.conf: no such file or directory

이슈 Master Node는 Ubuntu를 사용하고 있고 Master Slave는 Debian으로 설치된 상태에서 K8S를 Init, Join하였다.Ubuntu와 다르게 Debian은 기본 세팅이 조금 친절하지 않았다.새로 설치하기도 하고 여러 시행착오를 거처 이슈를 다음과 같이 해결하였다.