From 105a7eb635e60f16020bee3bfc27034598646b28 Mon Sep 17 00:00:00 2001 From: wboughattas Date: Tue, 30 Dec 2025 23:57:50 -0500 Subject: [PATCH] change timestamps --- _posts/blog_app/2025-12-27-concepts.md | 2 +- _posts/blog_app/2025-12-27-intro.md | 12 ++++++------ _posts/blog_app/2025-12-27-part-1.md | 2 +- _posts/blog_app/2025-12-27-part-2.md | 2 +- _posts/blog_app/2025-12-27-part-3.md | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_posts/blog_app/2025-12-27-concepts.md b/_posts/blog_app/2025-12-27-concepts.md index fbc793e..7ebe1dc 100644 --- a/_posts/blog_app/2025-12-27-concepts.md +++ b/_posts/blog_app/2025-12-27-concepts.md @@ -1,7 +1,7 @@ --- layout: post title: 'Kubernetes vs Docker' -date: 2025-12-27 02:00:00 -0400 +date: 2025-12-27 05:00:00 -0400 categories: - blog_app --- diff --git a/_posts/blog_app/2025-12-27-intro.md b/_posts/blog_app/2025-12-27-intro.md index 960c5fe..4a040bb 100644 --- a/_posts/blog_app/2025-12-27-intro.md +++ b/_posts/blog_app/2025-12-27-intro.md @@ -1,7 +1,7 @@ --- layout: post title: 'Deploying the Severed Blog' -date: 2025-12-28 02:00:00 -0400 +date: 2025-12-28 10:00:00 -0400 categories: - blog_app highlight: true @@ -11,13 +11,13 @@ highlight: true We are taking a simple static website, the **Severed Blog**, and engineering a proper infrastructure around it. -Anyone can run `docker run nginx`. The real engineering challenge is building the **platform** that keeps that application alive, scalable, and observable. +Anyone can run `docker run nginx`. The real engineering challenge is building the platform that keeps that application alive, scalable, and observable. -In this project, we will build a local Kubernetes cluster that mimics a real cloud environment. We will not just deploy the app; we will implement: +In this project, we will build a local Kubernetes cluster that mimics a real cloud environment. We will also implement: -- **High Availability:** Running multiple copies so the site never goes down. -- **Auto-Scaling:** Automatically detecting traffic spikes and launching new pods. -- **Observability:** Using the LGTM stack (Loki, Grafana, Prometheus) to visualize exactly what is happening inside the cluster. +- High Availability: Running multiple copies so the site never goes down. +- Auto-Scaling: Automatically detecting traffic spikes and launching new pods. +- Observability: Using the LGTM stack (Loki, Grafana, Prometheus) to visualize exactly what is happening inside the cluster. The infra code can be found in [here](https://git.severed.ink/Severed/Severed-Infra). The blog code can be found in [here](https://git.severed.ink/Severed/Severed-Blog). diff --git a/_posts/blog_app/2025-12-27-part-1.md b/_posts/blog_app/2025-12-27-part-1.md index 92f07e4..cd5e06a 100644 --- a/_posts/blog_app/2025-12-27-part-1.md +++ b/_posts/blog_app/2025-12-27-part-1.md @@ -1,7 +1,7 @@ --- layout: post title: 'Step 1: K3d Cluster Architecture' -date: 2025-12-28 03:00:00 -0400 +date: 2025-12-28 09:00:00 -0400 categories: - blog_app highlight: true diff --git a/_posts/blog_app/2025-12-27-part-2.md b/_posts/blog_app/2025-12-27-part-2.md index f9fc890..71f12f8 100644 --- a/_posts/blog_app/2025-12-27-part-2.md +++ b/_posts/blog_app/2025-12-27-part-2.md @@ -1,7 +1,7 @@ --- layout: post title: 'Step 2: The Application Engine & Auto-Scaling' -date: 2025-12-28 04:00:00 -0400 +date: 2025-12-28 08:00:00 -0400 categories: - blog_app highlight: true diff --git a/_posts/blog_app/2025-12-27-part-3.md b/_posts/blog_app/2025-12-27-part-3.md index 59564de..97fb229 100644 --- a/_posts/blog_app/2025-12-27-part-3.md +++ b/_posts/blog_app/2025-12-27-part-3.md @@ -1,7 +1,7 @@ --- layout: post title: 'Step 3: Observability (LGTM, KSM)' -date: 2025-12-28 05:00:00 -0400 +date: 2025-12-28 07:00:00 -0400 categories: - blog_app highlight: true