This message was deleted.
# rancher-desktop
a
This message was deleted.
f
Note that Rancher Desktop uses k3s, not RKE2. Should not make a difference for a development setup, but just wanted to point it out, in case it is important to you.
p
Thanks Jan. Do you know if that will be a feature in the future?
f
There are no plans for this so far; why would this matter for a local dev setup? RKE2 is really meant for production use in a data center. What specifically are you looking for?
As far as I see it, the main differences between RKE2 and k3s are: • FIPS-140 compliance in RKE2 (boringssl etc) • RKE2 uses etcd instead of sqlite for database backend • RKE2 includes all the cloud provider drivers
So an option to use
etcd
instead of
sqlite
is the only thing I can potentially see relevant, but again, doesn't seem appropriate for running on a laptop.
p
I'm exploring whether RKE2's FIPS compliance/validation, as well as testing as close to production as possible. But I'd also want to see if I can maintain FIPS compliance on a non-FIPS mode OS.
so far, openSUSE and Oracle 8 are the two I'm looking at.
I probably should test on Ubuntu, as it's advertised to work on there (assuming non-enterprise version).
f
I see. Rancher Desktop is really meant to provide seamless development support for containers and kubernetes on the desktop, and not to emulate a production environment.
p
Yeah, Rancher Desktop is not required for my testing; although it would make it easier.
f
I understand, but there are conflicting design goals: Rancher Desktop tries to erase the boundary between the host and the VM and pretends things "just work locally", and that is at odds with maximum lockdown that you would want for FIPS
Just want to set realistic expectations what Rancher Desktop will deliver
p
Thank Jan. I pretty much gave up on it after I know it doesn't run RKE2 😄.
f
The only reason we have been looking at RKE2 for Rancher Desktop on Windows is that it would be a prerequisite for supporting Windows containers with Kubernetes. But we decided that that isn't currently a goal (there is just not interest in Windows containers in general).
Good luck with your FIPS evaluation!
p
Thanks for the great help Jan! I really appreciate it!
f
You are welcome!