Running Dagster on Kubernetes Spot/Preemptible instances, and replica count #22455
Unanswered
stevenmurphy12
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking to run my Kubernetes deployment of Dagster on GKE preemptible instances (ones that can terminate at any time, or live up to 24 hours).
My thinking is:
Does this sound reasonable? So far I've only switched over the webserver to a preemptible node and so far it seems OK. A pleasant side effect of this is that by restarting every 24hours, it helps address a slow memory leak.
Beta Was this translation helpful? Give feedback.
All reactions