Replies: 1 comment
-
So far I have a version of it working by adding the binaries as dependencies to our Docker storage inside of each flow (using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Loving Prefect so far, a huge thanks to the maintainers for making it a reality.
I'm developing a system that requires executing native binaries (Golang) at scale. The initial idea was to put them in containers, develop tasks that encapsulate those containers, and execute them as necessary via Flows. But I was left wondering what the best practice is here.
We have EKS in an auto-scaling group, and a Kubernetes agent properly permissioned to execute namespaced jobs (what I assume is best used with
runnamespacedjob
). So, a couple questions:Result
s? Or would we basically have to use native Python if we want that functionality?I apologize if the terminology is incorrect, this is my first exposure to Prefect. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions