Skip to content
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

Allow to schedule a node as kubernetes job. #42

Open
giorgiozoppi opened this issue Mar 18, 2023 · 1 comment
Open

Allow to schedule a node as kubernetes job. #42

giorgiozoppi opened this issue Mar 18, 2023 · 1 comment

Comments

@giorgiozoppi
Copy link
Collaborator

In the DAG asynchronously we're creating a monolith structure when n the Distributed ETL use case it will be nice to have a flag to distribute the node of a graph as job, doing effectively a pipeline effect using redis queuing mechanism.
Suppose we have a DAG:

  1. A -> B ->C
  2. The user trigger the dag from A,
  3. the triggering event schedule 3 types jobs A, B, C to be executed in the kubernetes cluster wherease each job type has a cardinality (number of pods associated)

This needs to be evalutated in design meeting and follow up discussion and check what currentely kubeflow does.

@s8sg
Copy link
Owner

s8sg commented Jun 21, 2023

Why Kubernetes ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants