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

Cross-Cluster Tasks #287

Open
johanhenriksson opened this issue Mar 4, 2021 · 0 comments
Open

Cross-Cluster Tasks #287

johanhenriksson opened this issue Mar 4, 2021 · 0 comments
Assignees
Labels
discussion Looking for opinions feature New feature

Comments

@johanhenriksson
Copy link
Collaborator

Allow tasks to spawn subtasks on other clusters by adding a cluster parameter to spawn(). It must be possible to pass multiple clusters configurations between tasks, ideally without breaking API compatibility.

Potential difficulties:

  • RPC calls between clusters will be impossible.
  • Root tasks usually forward events/logs via stdout, which is then read through the kubernetes API. This might turn into a big bottleneck.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Looking for opinions feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants