# Schedule Shutdown & Restart on Kubernetes Cluster

**URL:** https://discuss.kubernetes.io/t/schedule-shutdown-restart-on-kubernetes-cluster/19030
**Category:** General Discussions
**Tags:** development
**Created:** [February 10, 2022, 4:55am UTC](https://discuss.kubernetes.io/t/schedule-shutdown-restart-on-kubernetes-cluster/19030 "2022-02-10T04:55:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Nisha\_Shaik](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/nisha_shaik/32/7767_2.png) [@Nisha\_Shaik](https://discuss.kubernetes.io/u/Nisha_Shaik)
#### Post date: [February 10, 2022, 4:55am UTC](https://discuss.kubernetes.io/t/schedule-shutdown-restart-on-kubernetes-cluster/19030/1 "2022-02-10T04:55:57Z")

</div>

Hi Team,

We have Deployed Kubernetes Cluster on all Cloud Environments . We are exploring all the possible features of it. Is there any possibility to Schedule the Shutdown & Restart of entire Kubernetes cluster?

Kindly let me know

---

<div class="post-metadata">

### Author: ![mrbobbytables](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/mrbobbytables/32/7_2.png) [@mrbobbytables](https://discuss.kubernetes.io/u/mrbobbytables)
#### Post date: [February 10, 2022, 3:15pm UTC](https://discuss.kubernetes.io/t/schedule-shutdown-restart-on-kubernetes-cluster/19030/2 "2022-02-10T15:15:32Z")

</div>

Not really. There is no native way of doing a cluster wide shut down. If you need to do something like that you can scale your apps down to 0 in whatever order is needed - like front end first, then the dbs. Then shut off the worker nodes and follow up with stopping the control plane services and finally etcd. When starting it back up, you’d do it in the inverse order.
