Mock-Exam 2 Question 1

I need help clarifying the config file for etcd.yaml. On the solution video for question 1 backing-up the etcd cluster, this command is used (ETCDCTL_API=3 etcdctl --endpoints=https://10.20.102.9:2379 --cacert=/etc/kubernetes/pki/etcd/ca.crt --cert=/etc/kubernetes/pki/etcd/healthcheck-client.crt --key=/etc/kubernetes/pki/etcd/healthcheck-client.key)

Hello @cambell79,
Check the steps in the attached gif. Also, you can check the full command ETCDCTL_API=3 etcdctl snapshot save --cacert=/etc/kubernetes/pki/etcd/ca.crt --cert=/etc/kubernetes/pki/etcd/server.crt --key=/etc/kubernetes/pki/etcd/server.key --endpoints=127.0.0.1:2379 /opt/etcd-backup.db
Etcd

Thanks,
KodeKloud Support