Introduction Etcd is an open-source project launched by the CoreOS team in June 2013. Its goal is to build a highly available distributed key-value database for service discovery, shared configuration, and consistency assurance. It has been widely used in Kubernetes, ROOK, CoreDNS, M3 and OpenStack and other fields. Etcd internally uses…