ETCD 썸네일형 리스트형 [K8S] ETCD ETCD is a distributed reliable key-value store that is Simple, Secure & Fast. etcd는 분산 키-값 저장소(distributed key-value store)로, 주로 분산 시스템에서 데이터를 공유하고 상태를 관리하는 데 사용되는 데이터 스토리지이다.etcd는 쿠버네티스에서 클러스터 상태 데이터를 저장(memory)하는 핵심 구성 요소이다.control plane(API 서버, 스케줄러 등)이 etcd를 통해 클러스터 상태를 관리.etcd 데이터 손실 시, 클러스터 상태 복구가 어렵기 때문에 백업과 모니터링이 중요모든 etcd 데이터는 etcd 데이터베이스 파일에 보관: /var/lib/etcd`-- member |-- snap |.. 더보기 이전 1 다음