From 65588a53eb3b72f8050c95d81914617104b6fd72 Mon Sep 17 00:00:00 2001 From: Caleb Braaten Date: Thu, 17 Sep 2026 03:30:48 -0700 Subject: [PATCH] Update Blog Post Excerpt Even though the blog post was written by hand, I usually use AI to help populate the frontmatter. The excerpt was reading like AI which could give the false impression the whole post is AI slop. This edits the excerpt to reflect a human touch. --- .../2026/09/traefik-migration-for-zero-downtime-maintenance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2026/09/traefik-migration-for-zero-downtime-maintenance.md b/content/2026/09/traefik-migration-for-zero-downtime-maintenance.md index 18bacb5..95d2121 100644 --- a/content/2026/09/traefik-migration-for-zero-downtime-maintenance.md +++ b/content/2026/09/traefik-migration-for-zero-downtime-maintenance.md @@ -2,7 +2,7 @@ title: "Migrating Traefik to Nomad for Zero-Downtime Homelab Maintenance" date: 2026-9-16 tags: ["SRE", "Homelab", "Nomad", "Consul", "Traefik", "ZFS", "Docker", "Networking"] -excerpt: "How I migrated Traefik from a bare-metal installation to a highly available Nomad job using Consul KV, Docker, and a floating VRRP address—allowing my homelab to stay online while rebuilding its primary server." +excerpt: "How and Why, I migrated Traefik from a bare-metal installation to a Nomad job using Consul KV, Docker, and a floating VRRP address; enabling my homelab to stay online when I need to take a host offline for maintenance" draft: false ---