Hacker News new | ask | show | jobs
by donmcronald 2821 days ago
What if all 3 nodes get killed at the same time? Can you use the always free instance + 2 preemptible instances?
1 comments

You can set GKE up to use multiple groups of nodes, yes. In this case you'd want to configure one group with a single non-preemptible micro node, and a second with two preemptible micro nodes. It's not something I'd really worry about for a hobby project though.