
[정보] kubernetes etcd 상태확인
·
기타정보
etcdctl 사용 이유 master1이 down되면 master2가 리더가되어 etcd write 권한을 얻게 된다. 그리고 관련 정보도 sync 되어 ha 구성을 할 수 있다. etcdctl 설치 Releases · etcd-io/etcd Distributed reliable key-value store for the most critical data of a distributed system - etcd-io/etcd github.com ETCD_VER=v3.4.29 # choose either URL GOOGLE_URL=https://storage.googleapis.com/etcd GITHUB_URL=https://github.com/etcd-io/etcd/releases/download DOW..