As has become my habit lately, I'll chime in and say if you're interested in accessing your self-hosted services from the internet, IMO tunneling is the way to go: https://github.com/anderspitman/awesome-tunneling
Most of my services are only available by using a vpn into my home network. I can understand why you might need a public facing service but I avoid it like the plague.
Raspberry Pi Homelab with Kubernetes
41–50 of 52 posts
Re: Raspberry Pi Homelab with Kubernetes
#42As has become my habit lately, I'll chime in and say if you're interested in accessing your self-hosted services from the internet, IMO tunneling is the way to go: https://github.com/anderspitman/awesome-tunneling
Re: Raspberry Pi Homelab with Kubernetes
#43Earlier quoted context omitted.
Because they have a lot of Raspberry Pis, they want to setup kubernetes, and they have fun doing it and what to share that with the rest of the internet?
It's been done since 2014 when K8s came out. Move on please. Still I guess it's better than AKS.
In fact, you'll not only save yourself time, you'll also save us time too (as then we won't have to read your useless comments).
Re: Raspberry Pi Homelab with Kubernetes
#44Earlier quoted context omitted.
I see it as an important step to a more decentralized future. For example, I know a few people who maintain Plex servers for their friends and family. This works quite well, but getting the server on the internet is the trickiest part. You can sink a lot of time into configuring routers, managing certs, NAT, DMZ, LMNOP. Or you can use a tunneling service that manages all of it for you.
The way to a more decentralized future is through yet another third-party service?
Re: Raspberry Pi Homelab with Kubernetes
#45As has become my habit lately, I'll chime in and say if you're interested in accessing your self-hosted services from the internet, IMO tunneling is the way to go: https://github.com/anderspitman/awesome-tunneling
Re: Raspberry Pi Homelab with Kubernetes
#46Why are people still posting these Pi homelabs they have been done to death. I run microk8s on KVM running in Mesos with openvswitch and Mikrotik CRS/CCRs.
If you buy hardware for an experimental cluster, I recommend each node has 8+ GB RAM and a fairly current processor (no Atom.) Otherwise you're really buying e-waste. Cutting down modern software so it runs in a limited amount of RAM is really no fun.
Some of the most ridiculous have been "running" Cassandra on early Pi nodes, or really any Java software.
Re: Raspberry Pi Homelab with Kubernetes
#47Earlier quoted context omitted.
I really tried! But maybe because my setup was a bit demanding, rPi4 couldn't handle it well. (home-assistant, adguard home, nextcloud, plex, *arr apps, and many more on docker) I just had to switch to a SFF desktop PC with Ubuntu on it and never looked back. For toying around rPis can be fun but in real life applications, they were getting extremely hot. Had to add extra fans etc. I still use my rPi4s, one of them c…
Why kind of quality did you get running plex? I doubt a cluster of pi’s could keep up with the transcoding.
Now I switched to x86, I’m even sharing my Plex library with a few more people (looking at the Tautulli stats, it’s been transcoding a lot) without any problems.
If it becomes an issue, I’d add a GPU but for now a 6 core AMD is doing a very good job.
Re: Raspberry Pi Homelab with Kubernetes
#48Why are people still posting these Pi homelabs they have been done to death. I run microk8s on KVM running in Mesos with openvswitch and Mikrotik CRS/CCRs.
Re: Raspberry Pi Homelab with Kubernetes
#49Why are people still posting these Pi homelabs they have been done to death. I run microk8s on KVM running in Mesos with openvswitch and Mikrotik CRS/CCRs.
What hardware are you using?
Re: Raspberry Pi Homelab with Kubernetes
#50As has become my habit lately, I'll chime in and say if you're interested in accessing your self-hosted services from the internet, IMO tunneling is the way to go: https://github.com/anderspitman/awesome-tunneling
For my personal homelab Nginx Proxy Manager has been great ( https://nginxproxymanager.com/ ). It provides a dead simple ui for configuring Nginx to expose internal services, even websocket servers, and integrates easy https cert managmenet (with Let's Encrypt wildcard subdomain support!).