etcd administration
Auteur: Fabrice JAMMES (LinkedIn).
Exercice 1: display Kubernetes and Openshift resources
-
Retrieve
etcdpod name -
Launch
etcdctl --helpinsideetcdpod -
Use
etcdctl get ...to display Kubernetes and Openshift keys
Exercice 2: perform an etcd backup and check its status
-
Perform etcd snapshot with
etcdctl -
Check the status of the snapshot with
etcdctl(deprecated) -
Check the status of the snapshot with etcdutl
-
The backup is inside the
etcdpod, find a technique to retrieve it on a secure storage.