ETCD operations & its use.
ETCD acts as a key value store for the kubernetes cluster.
It acts as primary data store and also responsible for storing & replicating kubernetes cluster state.
In production or large environments ETCD clusters can be created to build a stable and redundant environment.