insitro / redun

Yet another redundant workflow engine
https://insitro.github.io/redun/
Apache License 2.0
513 stars 43 forks source link

K8s executor implementation #19

Closed dakoner closed 2 years ago

dakoner commented 2 years ago

This is not ready for merging, but I wanted to demonstrate what is nearly a complete working k8s executor.

mattrasmus commented 2 years ago

Thanks @dakoner for this contribution! Expanding our Executors will be very helpful for redun users. I understand this is WIP, but I'm happy to start taking an early look and give ideas of how to prepare this PR.

dakoner commented 2 years ago

OK, I think this code is ready to review. I was able to get 06_bioinfo_batch working under k8s which shows that a basic workflow doing something useful is functional.

Probably first we should make sure that the typing, lint, and other details are all OK.

mattrasmus commented 2 years ago

Closing in favor of https://github.com/insitro/redun/pull/22