Examples of various flow deployments for Prefect 1.0 (storage and run configurations)
https://github.com/anna-geller/packaging-prefect-flows.git
flow_utilities shows custom utilities that may be reused across many flows.
## Building ECR image
as shown in commands.bash
## Kubernetes Secrets for image_pull_secrets
In order to get a custom image from a remote private container image repository,
you need to create a Kubernetes secret object and pass it to the KubernetesRun` Note that this token is valid only for 12 hours. For production deployments, you should instead use IAM roles.