summaryrefslogtreecommitdiff
path: root/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-11-16 23:21:10 +0200
committerPaul Buetow <paul@buetow.org>2024-11-16 23:21:10 +0200
commit865c4640d7d134e26f0bf35ecb3d55d712542ecf (patch)
treeaa0a768ede88b67c06823b05e4d901767fb1816e /gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md
parent7e0dbb7fa5168c5abd86dc3fc7d4d55bdfad2635 (diff)
Update content for md
Diffstat (limited to 'gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md')
-rw-r--r--gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md
index 6aae0ab2..7dd002a9 100644
--- a/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md
+++ b/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md
@@ -1,6 +1,6 @@
# f3s: Kubernetes with FreeBSD - Setting the stage - Part 1
-> Published at 2024-11-16T23:08:10+02:00
+> Published at 2024-11-16T23:20:14+02:00
This is the first blog post about my f3s series for my self-hosting demands in my home lab. f3s? The "f" stands for FreeBSD, and the "3s" stands for k3s, the Kubernetes distribution I will use on FreeBSD-based physical machines.
@@ -79,6 +79,8 @@ A virtual IP (VIP) will point to the master node. When the master node goes down
[https://wiki.freebsd.org/HighlyAvailableStorage](https://wiki.freebsd.org/HighlyAvailableStorage)
+You can think of DRBD being the Linux equivalent to FreeBSD's HAST.
+
### OpenBSD/`relayd` to the rescue for external connectivity
All apps should be reachable through the internet (e.g., from my phone or computer when travelling). For external connectivity and TLS management, I've got two OpenBSD VMs (one hosted by OpenBSD Amsterdam and another hosted by Hetzner) handling public-facing services like DNS, relaying traffic, and automating Let's Encrypt certificates.