Hi Dagster Community, What is the expected avg/p1...
# deployment-kubernetes
j
Hi Dagster Community, What is the expected avg/p100 overhead latency per op from using the k8s_job_executor (from needing to pull docker images/load the application for the first time)? Are there recommended best practices for optimizing the overhead latency?
a
Pre-pulling the images you need on the nodes should give you a pretty good head start
🙏 1