Hi @Tej_Singh_Rana, @Vijin Palazhi, Team, For the etcd restore, I have a little . . .

Mudit:
Hi @Tej_Singh_Rana, @Vijin Palazhi, Team,
For the etcd restore, I have a little confusion:
In training session of KodeKloud: a number of commands are asked to be executed for restoring. Like:

before backup:
service kube-apiserver stop 

After backup and etcd.config change:
systemctl daemon-reload 
service etcd restart
service kube-apiserver start

In solution video: the above restart related steps are not followed.

In exam how this has to be done?

OE:
This depends on whether these are run as static pods or systemd services. In the above, it is when they are run as systemd services. In the solution video, they were probably run as static pods