I have a bunch of kubernetes flows for prod/staging and i'm working on a local docker-compose environment for dev purposes, currently the local flows fail when they try to spin up the
KubernetesRun()
environments
a
Anna Geller
03/18/2022, 11:18 AM
I totally understand you in the sense that docker-compose is generally super convenient for describing containerized applications that run on a single machine, but for Prefect flows with
KubernetesRun
, docker-compose won't help you and will only overcomplicate things.
One easier way would be to create:
• Dockerfile
• some bash scripts like
build.bash
containing build and push commands you need to run for deployment and for your flow registration - this would have the same effect as the docker-compose file in the sense there is one command (
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.