Hi all. I'm a developer at Mozilla and we recently made some modifications to Metaflow to support running in non-root environments. We'd like to get feedback on this PR
https://github.com/Netflix/metaflow/pull/1612 to see if it can make it into the main branch. We also added support for kubernetes memory and cpu resource limits.
We are also experimenting with kubernetes communication through a bastion using a SOCKS proxy. This has been more challenging to support as it mostly requires updates to the kubernetes-client module.