|
|
|
|
|
by peterwwillis
2938 days ago
|
|
Most single-instance, single-zone failover scenarios can be handled with shell scripts, the AWS API, and cron. But the parent's comment is missing the point. K8s is not for failover. K8s is literally just a giant monolith of microservices for running microservices. It's not intended to provide failover for non-microservices, it's intended only to run microservices, and as a side-effect of needing to be able to scale them, it inherently provides some failover mechanisms. |
|
https://github.com/GoogleCloudPlatform/kubernetes-engine-sam...