Is it feasible to provision a cluster of preemptible nodes (let's say 4 of them) and let k8s recreate them as the die a fiery death every day?
That should keep my costs very low, right?
All this on GCP, btw
anyone?
if your concern is cost, don't use kubernetes. Run the container in a minimal way. Plain VPS with docker run or docker-compose. Or use off the shelf service like Elastic Beanstalk Docker and Multicontainer. Or ECS. Or Fargate. Much more option that will save you cost, time, and mental health
Theoretically, yes. Practically, it’ll depend on your workload
yes, you can do it you can even have system pool with normal VMs and worker pool with preemtable VMs for your batch load jobs or HA (replica >= 2)
Обсуждают сегодня