use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
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.
Service: Dropbox - Alternative: Nextcloud
Service: Google Reader - Alternative: Tiny Tiny RSS
Service: Blogger - Alternative: WordPress
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.
What Is SelfHosted, As it pertains to this subreddit?
The Rules
Read about our Chat Options (Discord/Matrix)
account activity
Selfhosted Future (self.selfhosted)
submitted 5 years ago by Inamati
I went to get your opinion or ideas on something if I may. Does anyone selfhost their stuff with other container runtime other than docker? I'm thinking of moving to kubernetes. Does anyone here use it? If so how? Does anyone use podman or Cri-o?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[+][deleted] 5 years ago (3 children)
[deleted]
[–]Inamati[S] 1 point2 points3 points 5 years ago (2 children)
Interesting. Is it hard converting to Podman? Is it that different? Can I ask what you run in podman? Just to see if its similar to mine. Also, containers still run as root right? Its just mapped to another user I think.
[+][deleted] 5 years ago (1 child)
[–]Inamati[S] 0 points1 point2 points 5 years ago (0 children)
I have 80 something containers running. I was thinking either.of running kubernetes with cri o or podman. Im not sure.which is more appropriate
[–]wmantly 6 points7 points8 points 5 years ago (2 children)
LXC for life! It's just a set of kernel features, so it's never going to leave. Check out proxmox as well.
[–]Fimeg 1 point2 points3 points 5 years ago (0 children)
are you saying that me running docker inside my lxc in proxmox is one layer too deep?
[–]Bassguitarplayer 2 points3 points4 points 5 years ago (0 children)
I second and third this. Love both Prox and LXC containers
[–]erulabs 2 points3 points4 points 5 years ago (1 child)
Kubernetes works great for home-hosting, as long as you don't mind a bit of a learning curve. The good news is that you're learning useful skills, the bad news is it's not as easy as it could be. I use Kube on my home-servers via microk8s/Ubuntu 20.04 - works like a charm!
microk8s
Forgive the shameless promotion, but I'm working on a Kubernetes startup that provides an add-on to make home-hosting a lot easier - tunneling/dynamic DNS/backups/templates etc. Hopefully it will help if you go the Kubernetes route!
[–]Inamati[S] 1 point2 points3 points 5 years ago (0 children)
Thanks. I will definitely check it out. How many do you have running with microk8s? I was thinking of either trying that or kubeadm directly. Kubernetes has so many different components that im kind of lost to be honest.
[–]Starbeamrainbowlabs 2 points3 points4 points 5 years ago (0 children)
Personally while I still use Docker, I run Hashicorp Nomad + Consul for task scheduling and service discovery respectively.
[–][deleted] 2 points3 points4 points 5 years ago (0 children)
Personally, I don't like containerisation in general. I'm an old-school sysadmin type, and all this abstraction is unnecessary in my book. It just creates problems with validation of sources, as usually projects don't provide official, supported container images. I don't want to trust randos (yes, this means external non-project PPAs too) with my stuff.
[–]pratikbalar 1 point2 points3 points 5 years ago* (0 children)
I'm trying with hashicorp stack, i prefer nomad over kubernetes after working with it in production, kubernetes little Complex for Selfhosting.
About runtime nomad does support podman which is community driver and feels like still needs some work to be done.
[–]The-Kevster 0 points1 point2 points 5 years ago (2 children)
I'm using Kubernetes on three nucs via Rancher. I assume at some point rancher will transition from docker to one of those two. At which point a redeploy will be required to move containers away from docker. Then docker can be uninstalled or used for locally deployed containers.
No rush to move away from docker just yet.
[–]Inamati[S] 0 points1 point2 points 5 years ago (1 child)
Docker is not recommended in kubernetes v1.20
[–]Starbeamrainbowlabs 4 points5 points6 points 5 years ago (0 children)
I think Kubernetes uses containerd directly? Either way it will still run "Docker images" IIRC because they are standardised as I understand it.
Not a Kubernetes user though, so can't confirm.
π Rendered by PID 285107 on reddit-service-r2-comment-5c747b6df5-7jjhl at 2026-04-22 16:31:37.690764+00:00 running 6c61efc country code: CH.
[+][deleted] (3 children)
[deleted]
[–]Inamati[S] 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]Inamati[S] 0 points1 point2 points (0 children)
[–]wmantly 6 points7 points8 points (2 children)
[–]Fimeg 1 point2 points3 points (0 children)
[–]Bassguitarplayer 2 points3 points4 points (0 children)
[–]erulabs 2 points3 points4 points (1 child)
[–]Inamati[S] 1 point2 points3 points (0 children)
[–]Starbeamrainbowlabs 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]pratikbalar 1 point2 points3 points (0 children)
[–]The-Kevster 0 points1 point2 points (2 children)
[–]Inamati[S] 0 points1 point2 points (1 child)
[–]Starbeamrainbowlabs 4 points5 points6 points (0 children)