|
|
|
|
|
by mhio
980 days ago
|
|
"colima" and it's underlying project "lima" are a pretty quick way to get started. Extremely quick to stand up a single node cluster, or many types of VMs in lima. https://github.com/lima-vm/lima limactl start template://k3s
https://github.com/abiosoft/colima colima start --kubernetes
The tools are a bit rough around the edges if you try and do something outside of the happy path with them. Nothing bad as such, just the user experience isn't as seamless when say running the VMs on custom, addressable host networks or managing vms with launchd. |
|