summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-27 23:01:45 +0300
committerPaul Buetow <paul@buetow.org>2025-04-27 23:01:45 +0300
commit277e4f9bad62d6450310c2e56fa294f8243a47ea (patch)
tree5c9184c5b7ec7b9f3d3182859639f179bf495551 /gemfeed
parent3a3452028c706325aeec3926830a557b14453196 (diff)
Update content for md
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/DRAFT-kubernetes-with-freebsd-part-5.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/gemfeed/DRAFT-kubernetes-with-freebsd-part-5.md b/gemfeed/DRAFT-kubernetes-with-freebsd-part-5.md
new file mode 100644
index 00000000..c8ae6f9a
--- /dev/null
+++ b/gemfeed/DRAFT-kubernetes-with-freebsd-part-5.md
@@ -0,0 +1,53 @@
+# f3s: Kubernetes with FreeBSD - Part 5: WireGuard mesh network
+
+This is the fith 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.
+
+I will post a new entry every month or so (there are too many other side projects for more frequent updates—I bet you can understand).
+
+These are all the posts so far:
+
+[2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs](./2025-04-05-f3s-kubernetes-with-freebsd-part-4.md)
+[2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts](./2025-02-01-f3s-kubernetes-with-freebsd-part-3.md)
+[2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation](./2024-12-03-f3s-kubernetes-with-freebsd-part-2.md)
+[2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage](./2024-11-17-f3s-kubernetes-with-freebsd-part-1.md)
+
+[![f3s logo](./f3s-kubernetes-with-freebsd-part-1/f3slogo.png "f3s logo")](./f3s-kubernetes-with-freebsd-part-1/f3slogo.png)
+
+> Logo was generated by ChatGPT.
+
+Let's begin...
+
+## Table of Contents
+
+* [⇢ f3s: Kubernetes with FreeBSD - Part 5: WireGuard mesh network](#f3s-kubernetes-with-freebsd---part-5-wireguard-mesh-network)
+* [⇢ ⇢ TODO](#todo)
+
+## TODO
+
+* what is wireguard...
+
+* k3s by default traffic not encrypted
+
+* maybe connect other boxes off-site via wireguard vpn tunnel
+
+* Why not Tailscale
+ * I Like magic, but only when I understand it
+ * Learning / Curiosity (this is the 2nd whole point why I am doing this series, besides of self-hosting privacy)
+ * Part of OS packages
+ * Easier to maintain in the longer run as there are no ready to use packages for the BSDs..?
+
+Other *BSD-related posts:
+
+[2025-04-05 f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs](./2025-04-05-f3s-kubernetes-with-freebsd-part-4.md)
+[2025-02-01 f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts](./2025-02-01-f3s-kubernetes-with-freebsd-part-3.md)
+[2024-12-03 f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation](./2024-12-03-f3s-kubernetes-with-freebsd-part-2.md)
+[2024-11-17 f3s: Kubernetes with FreeBSD - Part 1: Setting the stage](./2024-11-17-f3s-kubernetes-with-freebsd-part-1.md)
+[2024-04-01 KISS high-availability with OpenBSD](./2024-04-01-KISS-high-availability-with-OpenBSD.md)
+[2024-01-13 One reason why I love OpenBSD](./2024-01-13-one-reason-why-i-love-openbsd.md)
+[2022-10-30 Installing DTail on OpenBSD](./2022-10-30-installing-dtail-on-openbsd.md)
+[2022-07-30 Let's Encrypt with OpenBSD and Rex](./2022-07-30-lets-encrypt-with-openbsd-and-rex.md)
+[2016-04-09 Jails and ZFS with Puppet on FreeBSD](./2016-04-09-jails-and-zfs-on-freebsd-with-puppet.md)
+
+E-Mail your comments to `paul@nospam.buetow.org`
+
+[Back to the main site](../)