Anybody pls help ... how to backup and restore etcd from other host? there would . . .

Nitin:
anybody pls help … how to backup and restore etcd from other host? there would be certificate availability issues

Malayamanas Panda:
https://discuss.kubernetes.io/t/etcd-backup-and-restore-management/11019/5

I Malla:
I could not fine the backup from other host in that post .
We could provide –endpoints=https://[127.0.0.1]:2379 or even skip it . we don’t have to mention endpoint if we are taking backup from same master node. Right ?
but how can we take backup and restore from other host?

Malayamanas Panda:
scp it

Malayamanas Panda:
or install etcd client in master

Nitin:
Hi @Malayamanas Panda thanks for your tip … when you scp it … what would be the user to use?

Nitin:
actually I am facing problem in backing up etcd on other host where certificates are not present … and I have to take backup on that host by referring to the etcd host endpoint

Nitin:
similarly how to restore etcd from the backup stored on other host

Malayamanas Panda:
Intermediate skilled Linux Admin is a pre-requisite for CKA.

Nitin:
Bro thats ok … I very well versed with linux stuff … just want to know what user to use while doing scp to other host

Malayamanas Panda:
run id or whoami command in both systems , it could have been already taken care with ssh authorized_keys , key based authentication between master and workers nodes. Otherwise you can configure yourself .