summaryrefslogtreecommitdiff
path: root/common/microlog/2026-06-30.gmi
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-13 16:33:51 +0100
committerJoe Carstairs <me@joeac.net>2026-08-13 16:33:51 +0100
commit62e6bab910297aa15d76eb735ce3dd9b5417e26e (patch)
treea98b5fb2c2663e08c21475b1092ccec395e2d87e /common/microlog/2026-06-30.gmi
parentf9272fdf3ea23070583c944b110a7b8f16c5a4ff (diff)
remove website/capsule content
Diffstat (limited to 'common/microlog/2026-06-30.gmi')
-rw-r--r--common/microlog/2026-06-30.gmi7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/microlog/2026-06-30.gmi b/common/microlog/2026-06-30.gmi
deleted file mode 100644
index 1c6dec8..0000000
--- a/common/microlog/2026-06-30.gmi
+++ /dev/null
@@ -1,7 +0,0 @@
-So I've now got half a dozen services running on my homelab across two machines. I need to install the services on each machine, keep them running after crashes and reboots, update and restart them when the source code changes, and co-ordinate them with each other (since I can only have one public IP on my home network, but I want to serve stuff over the Internet from both machines).
-
-I am currently managing this with Podman, some Dockerfiles and Docker-Compose files, Makefiles, and a lot of manual interference. This just about works, and is probably reasonably sensible for the small, low-consequence situation.
-
-Still, it is a faff. I'm wondering: is this kind of what Kubernetes is for? I've never understood. Looking at the documentation, I find it really hard to understand what Kubernetes is for. Maybe it's for situations kind of like this (only typically much bigger)?
-
-Answers on a postcard please.