hi guys! i'm interested in running Flyte on a sing...
# flyte-deployment
v
hi guys! i'm interested in running Flyte on a single node (controller+worker) kubernetes cluster, using the k0s kubernetes distribution. anybody got some experience running Flyte on k0s? i'm interested in some sample configuration
k
Flyte sandbox is single node already
v
hi @Ketan (kumare3) thanks for your reply i did read the docs and saw the sandbox deployment maybe i got it wrong but the sandbox deployment is a docker image, right? i wanted to use kubernetes because later on i'll scale up to multiple nodes so the idea is to start doing everything with kubernetes to not start from scratch later on when i scale up and the sandbox version becomes insufficient
k
Sandbox has kubernetes inside the docker
b
Yes, but sandbox is limited to the docker container. You can't scale that up later. (unfortunately no additional k0s experience)
d
@Valentin this guide uses microk8s, mainly for convenience but it can work with other bare-metal K8s distros
v
thanks @David Espejo (he/him) i'll try it out and see if i can get it to work