A number of things need to happen to shut down cleanly. Off the top of my head, here's a quick list:
- stop accepting data changes, possibly allow reads
- stop cluster discovery
- disconnect from other nodes in the cluster
- stop accepting API server connections
- close existing API server connections
A number of things need to happen to shut down cleanly. Off the top of my head, here's a quick list: