hi everyone. i'm Valentin. i work at a huge French...
# introductions
m
hi everyone. i'm Valentin. i work at a huge French hospital, applying AI to perioperative data, to improve patient care. i'm mostly interested in self-hosting Flyte on-premise at the hospital, using it as the main driver for orchestrating complex mlops pipeline, from data preprocessing to model deployment
🙌🏽 1
🙌 4
a
Welcome Valentin! Does your K8s environment has one or multiple nodes/machines? We've been working on a guide for the on prem scenario
m
hey @average-finland-92144! thanks for your message 🙂 at the moment i want to deploy flyte on a single node which acts as both a controller and worker node i'm trying to use k0s, which is a lightweight k8s distrib reason i'm using k8s instead of the sandbox version (dockerized) is that i want to get things working with k8s so i can scale up later on with other machines without having to write another configuration from scratch does that make sense? i would be very happy to learn more about the on-prem guide, and maybe contribute to it based on my own experience trying to get this working gotta admit i'm a bit new to k8s and the level of complexity is obliterating!
btw i'm trying to set everything up with Helm charts, since apparently that's what people use these days for k8s
a
@mammoth-animal-53970 you can either install the
flyte-sandbox
Helm chart, or you could follow the "hard way" guide thats more manual and uses the
flyte-binary
chart
let me know if that's helpful or you need something else