change timestamps

This commit is contained in:
wboughattas
2025-12-30 23:57:50 -05:00
parent f3b1d45f6f
commit 105a7eb635
5 changed files with 10 additions and 10 deletions

View File

@@ -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
---

View File

@@ -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).

View File

@@ -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

View File

@@ -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

View File

@@ -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