this post was submitted on 13 Sep 2024
462 points (99.4% liked)

Technology

58145 readers
3707 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ExperiencedWinter@lemmy.world 94 points 1 week ago (5 children)

Anyone looking for a free drop in replacement, I've been using Rancher Desktop without any issues https://rancherdesktop.io/

[–] Nithanim@programming.dev 1 points 6 days ago

I am exposing docker via tcp in wsl and set the env var on the host to point to it. A bit more manual but if you don't need anything special, it works too.

[–] lostinasea@lemmy.world 77 points 1 week ago (2 children)

I've been using podman desktop (https://podman-desktop.io/) which is also free. I've never heard of rancher desktop so I'll have to give that a look!

[–] mosiacmango@lemm.ee 18 points 1 week ago* (last edited 1 week ago) (1 children)

Rancher is owned by Suse, which is mainly a solid steward in the community.

They also have k8 frontend called Harvestor. It can run VMs directly, which is nice.

[–] Scribbd@feddit.nl 5 points 1 week ago (1 children)

Well, there is this one thing: they asked OpenSuse to drop the Suse branding...

[–] bizarroland@fedia.io 17 points 1 week ago (1 children)

Which is fair. Fedora never called itself red hat. CentOS never called itself red hat.

Suse is a pretty good company and deserves the right to their intellectual property and trademarks. OpenSuse shouldn't make a big deal out of simply changing their name.

They could rename themselves to OpenSusame and keep rolling without any issues whatsoever.

[–] Petter1@lemm.ee 5 points 1 week ago

Of course, but I still think it is not very smart from SUSE, since I bet many companies got into SUSE because coworkers had very good experiences with OpenSUSE.

I, at least, if my company would need corporate Linux, would recommend SUSE to my company because of that reason.

[–] SirAramis@lemmy.ca 18 points 1 week ago (1 children)

I second Podman. I’ve been using it recently and find it to be pretty good!

[–] barsquid@lemmy.world 3 points 1 week ago

I am getting into Podman but I cannot force my firewall to respect it for some reason.

[–] Rade0nfighter@lemmy.world 5 points 1 week ago

How does the image scanning compare to docker scout? (Or whatever the docket desktop one is called).

[–] treadful@lemmy.zip 2 points 1 week ago (1 children)

So does this setup like a one-node kubernetes cluster on your local machine or something? I didn't know that was possible.

[–] chameleon@fedia.io 3 points 1 week ago (1 children)

Basically yes. Rancher Desktop sets up K3s in a VM and gives you a kubectl, docker and a few other binaries preconfigured to talk to that VM. K3s is just a lightweight all-in-one Kubernetes distro that's relatively easy to set up (of course, you still have to learn Kubernetes so it's not really easy, just skips the cluster setup).

[–] treadful@lemmy.zip 3 points 1 week ago (1 children)

Thanks for the info. For others curious, here's a decent short intro to K3s.

Now I'm kind of wondering if this is light enough for integration tests.

[–] Endriu@lemmy.world 2 points 6 days ago

For integration tests I'd go with kind instead. Use it in my work and it works perfectly in our ci/CD. https://kind.sigs.k8s.io/

[–] ClanOfTheOcho@lemmy.world 2 points 1 week ago

I use this as well. I haven't had any issues.