@stacksofplates said in Virtual appliances?:

@travisdh1 said in Virtual appliances?:

@stacksofplates What the what?

Install Fedora sudo dnf install -y kubernetes `systemctl enable --now podman1

That's all it takes.

Yeah I see you haven't actually done that.

Podman is not Kubernetes. Also when you install Kubernetes you don't get a podman1 service (or any type of podman service). When you install Kubernetes that way you don't get a Kubernetes service. You seemingly have to start the kube-proxy, kube-scheduler, kube-controller-manager, kube-api-server, and the kubelet separately. It installs docker, which is deprecated in k8s now. They have switched to using containerd which is pretty much the standard runtime now.

So I'll stick with my original recommendation.

Yep, this is why I need to mess with this stuff in my home lab. I can't even talk about it intelligently yet!