Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we shutdown the Kubernetes clusters without deleting them? [closed]

I am trying to shutdown kubernet clusters. Is there any method to shutdown clusters without deleting it, We want to start the same cluster after some time.

like image 780
pratik10 Avatar asked Sep 15 '25 23:09

pratik10


1 Answers

Yes, you can do that. Follow the below steps

  1. Shut down kubelet on all the nodes
  2. Shut down docker on all the nodes
  3. Shut down etcd if you are running etcd externally as a service
like image 93
P Ekambaram Avatar answered Sep 18 '25 17:09

P Ekambaram