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
f
freezing-airport-6809
02/03/2024, 4:05 PM
Flyte sandbox is single node already
m
mammoth-animal-53970
02/04/2024, 10:28 AM
hi @freezing-airport-6809 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
f
freezing-airport-6809
02/04/2024, 3:08 PM
Sandbox has kubernetes inside the docker
👇 1
s
some-grass-84903
02/05/2024, 6:26 AM
Yes, but sandbox is limited to the docker container. You can't scale that up later.
(unfortunately no additional k0s experience)
👍 1
a
average-finland-92144
02/05/2024, 5:02 PM
@mammoth-animal-53970this guide uses microk8s, mainly for convenience but it can work with other bare-metal K8s distros
m
mammoth-animal-53970
02/05/2024, 6:01 PM
thanks @average-finland-92144 i'll try it out and see if i can get it to work