-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create new SideCar Environment #1281
Comments
How specific is this sidecar environment? Static where we have (e.g.) a DockerSideCarEnvironment where it attaches a docker daemon or more generic where you can just specify a pod/container spec to use. |
Depends on what you think is reasonable; I think we could have a docker spec for specifically using our Docker tasks, but still leave the environment completely configurable for what the side car contains -- what do you think of that? |
I'm down for that. So it can be specifiable but we have some documentation on commonly used sidecars? |
Yea! And even more, we might include some actual template files ¯\_(ツ)_/¯ |
This was mostly addressed through documentation revolving around deployment patterns e.g. https://docs.prefect.io/cloud/recipes/k8s_docker_sidecar.html |
In addition to auditing our Docker tasks, we should create a new "Side Car Environment" (or simply add appropriate kwargs to
RemoteEnvironment
, although this might have compatibility issues with non-k8s deployments) which spins up a side car for k8s jobs making it easier / more off-the-shelf to run Docker tasks in Cloud.cc: @joshmeek
The text was updated successfully, but these errors were encountered: