this post was submitted on 03 Dec 2023
5 points (72.7% liked)

Self-Hosted Main

502 readers
6 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 9 months ago (1 children)

Yes and No it depends. For example if you want to have better security and have your services to have as little down time as possible its a great choice also k8s is almost never needed(except is some scenarios) but rather k3s

[–] [email protected] 0 points 9 months ago (1 children)

What does k8s (or k3s) give you for a single-node setup that you can't get from docker swarm or even plain docker-compose?

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago)

Well experience and the concept of pods

Edit: Just reread my response and thought it was quite bad so with this edit I hope to fix it. To answer your question regarding a one node setup with K3S compared to Docker Swarm is the following. When you later might want to expand your cluster or swarm K3S will be more flexible due to how it is built (Its architecture). Also you get the advantage of what is called pods that have way more isolation when setup correctly. Also if you use something like Harvester by Rancher or Proxmox you can turn one server into several this would allow you to have a several nodes and therefore also load balance and higher availability. I suggest you check our Kubernates(K8s) and K3S documentation and get to know the architecture of it! And the last and probably bigest advantage is that you will learn K3S and therefor K8S, this is a skill that is sought after in the IT industry!

I hope this is a better response :)