rancher / k3os

Purpose-built OS for Kubernetes, fully managed by Kubernetes.
https://k3os.io
Apache License 2.0
3.5k stars 396 forks source link

K3os installer/deployer for Hypervisors #863

Open shanduur opened 1 year ago

shanduur commented 1 year ago

Is your feature request related to a problem? Please describe. I am looking for a tool that simplifies installation/deployment of K3os on a scale. This might (or might not) be a niche request, yet I think it’s worth considering. Now there is no way to quickly deploy raw cluster with e.g. 3 control plane nods, and 2 agent nodes.

Describe the solution you'd like A tool similar to OpenShift Installer or K3d, that allows installation/deployment of K3os cluster with ease. By default, there could be support for only Qemu/KVM or one of more easy to interact with Hypervisors (VirtualBox/VSphere?), and support for others could be added through plugins (e.g. using plugin package or go-plugin package).

Describe alternatives you've considered

Additional context N/A