Mirage:
stopping services: In the exam whn i have to stop service like kube-api-server or etcd . do i have to stop the corresponding pod or i have to do like service kubeapi-server stop
, service etcd stop
?
Raamkanna Saranathan:
you have to first check whether the service is running via static pod or systemd service and stop the service accordingly.
Mirage:
@Raamkanna Saranathan systemd is alright but how can i stop the static pods , they will restart if i stop them or delete ? example incase of etcd restore i need to stop api-server and etcd
Raamkanna Saranathan:
move the file out of the static pod file path e.g. /etc/kubernetes/manifests… the pod will automatically be deleted… and no, you dont need to stop api-server and etcd