top | item 39379423

(no title)

nanibot | 2 years ago

Fellow okd user here (at home).

Just curious about what do you think of Talos?

discuss

order

davkan|2 years ago

Currently using Talos. I like it but, k3s would be less effort. Unlike OKD, Talos is vanilla k8s, so most applications work out of the box. But you’ll still run into some hiccups when it comes to deploying applications that need host access like CNI/CSI etc. Most recently I wanted to use OVS bridges for kubevirt networking. Since there’s no way to install applications on talos you must deploy the OVS mgmt tools as a daemonset. I couldn’t get it working and eventually gave up on ovs. Now looking to use the macvtap cni, but haven’t started yet. When I was looking at storage Longhorn didn’t even support Talos, though it was being worked on.

In short, if what you really want to do at the end of the day is run your applications, then k3s or kubeadm seem like the best bet to avoid getting bogged down in the lower level details. At least looking from the outside anyway, as I haven’t migrated off talos.