All Kubernetes objects are stored on etcd. Periodically backing up the etcd cluster data is important to recover Kubernetes clusters under disaster scenarios, such as losing all control plane nodes. The snapshot file contains all the Kubernetes states and critical information.
Prerequisites
Note |
---|
Within the cluster nodes that act only as etcd, the executable files are probably already present. |
...