Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rullelito
82 days ago
|
parent
|
context
|
favorite
| on:
We built a self-healing system to survive a concur...
> Why not just reboot them? Terminating was faster.
If you don't know why you should reboot servers/services properly instead of terminating them..
cnity
82 days ago
[–]
Well, why? This comment seems counter to the now-popular "cattle not pets" approach.
ooFieTh6
82 days ago
|
parent
[–]
state
cnity
81 days ago
|
root
|
parent
[–]
It is pretty typical these days for services in a distributed architecture to not depend on local state whatsoever. In fact, in k8s there is no way to "properly reboot" a pod. The equivalent would be to replace the pod with a new one.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
If you don't know why you should reboot servers/services properly instead of terminating them..