Hacker News new | ask | show | jobs
by shaklee3 2938 days ago
Huh? One of the core features is making sure you have N pods running at all times. If one fails, it starts another.
1 comments

This feature won't even work for anything designed for fault tolerance. I believe it can only work for things that either rely on other properly fault tolerant services or that are completely stateless, idempotent, so they can be retried and eventually consistent (in which case the state still has to be handled by properly fault tolerant systems). Either way kubernetes cannot help here.