Explore >> Select a destination


You are here

vadosware.io
| | charlieegan3.com
2.0 parsecs away

Travel
| | I've long been searching for a good, self-hosted, personal wiki. I went as far to build my own with client-side encryption running on Heroku as a Rails app....
| | scvalex.net
2.8 parsecs away

Travel
| | A thing I've been missing is the ability to easily share files with insecure devices. I've tried a bunch of solutions over the years, including using Syncthing and Nextcloud, but they were neither nice to use nor run. Recently, a friend found a much better trade-off in terms of setup complexity and ease-of-use. So, let's build such a file-sharing service with rclone, Nginx, and Kubernetes.
| | mbuffett.com
2.4 parsecs away

Travel
| | There's no shortage of posts like "Let's use Kubernetes!" Now you have 8 problems, or Do I Really Need Kubernetes?, which tend to argue that unless you're orchestrating 1000 containers, you're good without Kubernetes. Also, I thought this tweet was hilarious: So... Hi, I'm the guy using Kubernetes for my blog and small side projects, here's why I love it (to the extent one can love a deploy tool). "You don't need all that complexity" Undoubtedly, Kubernetes is doing a lot under the hood. But as an end-user, I'm not exposed to that complexity. After spending a couple hours learning the key concepts through the official tutorial, it really is very easy to use day-to-day.
| | www.alicegg.tech
10.0 parsecs away

Travel
| In a previous post, I explained how to manage a Kubernetes cluster with FluxCD.This showed a way to implement a GitOps workflow, which means using a Git repo...