plynx-team / plynx

PLynx is a domain agnostic platform for managing reproducible experiments and data-oriented workflows.
https://plynx.com
Apache License 2.0
301 stars 37 forks source link

Kubernetes Operation #37

Closed khaxis closed 4 years ago

khaxis commented 4 years ago

This is likely most promising way to customize worker environment, such as libraries, RAM, GPU, etc. support.

Idea behind Kubernetes: a worker will create a new job in kubernetes with custom docker image. Similar things have been done in airflow's Kubernetes Operator https://kubernetes.io/blog/2018/06/28/airflow-on-kubernetes-part-1-a-different-kind-of-operator/ and in kubeflow pipelines

khaxis commented 4 years ago

added in 1.2.4