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

Technology

58115 readers
4078 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
[–] treadful@lemmy.zip 2 points 5 days 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 5 days 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 5 days 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 5 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/