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

Support for multi-worker K8S cluster [Tracker issue] #10

Open
4 tasks
CunliangGeng opened this issue Feb 29, 2024 · 0 comments
Open
4 tasks

Support for multi-worker K8S cluster [Tracker issue] #10

CunliangGeng opened this issue Feb 29, 2024 · 0 comments

Comments

@CunliangGeng
Copy link
Member

CunliangGeng commented Feb 29, 2024

Evaluate how to adapt the single-k8s node architecture of the PoC to a multi-worker cluster. This involves:

  • Switching from the local filesystem mounts for I/O data (V1HostPathVolumeSource), to Persistent Volume Claims linked to network-level storage (e.g., a NFS).
  • Add abstractions and dependency-inversion to the code so that both approaches can be used, depending on the required setup: local - single node K8S, or a K8S multi-worker cluster.
  • Evaluate how this would solve the current limitations for using distributed computing resources (e.g. GPU).
  • Evaluate the combination of multiple image types.
@hcadavid hcadavid changed the title Setup for actual Kubernetes clusters [Tracker issue] Support for multi-worker K8S cluster [Tracker issue] Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant