|
|
|
|
|
by ec109685
3267 days ago
|
|
What about spreading your K8s load across multiple instance types (given it is unlikely google runs out of all types at the same time). That plus historical modeling was the trick of a startup that Amazon acquired that promised to dramatically reduce compute cost, by using mostly spot instances. Would those types of mitigations work similarly with Google's premetable VM's? |
|
There are a few interesting projects out there that do the kind of automation you are speaking of like these:
https://github.com/binary-com/gce-manager https://github.com/skelterjohn/prevmtable
Spreading multiple smaller machines over a multi-zone k8s deployment might help mitigate, but it will never solve all the issues.