Skip to content

Commit 0bf6ae6

Browse files
authored
Update index.html
kubernetes link
1 parent 5665a32 commit 0bf6ae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<h1>From Snowflake Servers to GitOps Nirvana</h1>
2929
<p><em>A beginner-friendly tour of the declarative stack that actually runs itself — 04 Aug 2025</em></p>
3030

31-
<p>You’ve probably heard the buzzwords: GitOps, NoOps, immutable infrastructure. Today I’d like to walk you - step by step - through why these concepts exist and how a small constellation of tools (<a _blank href="https://nixos.org/">NixOS</a>, <a _blank href="https://developer.hashicorp.com/terraform/">Terraform</a>, <a _blank href="https://docker.com/">Docker</a>, <a _blank href="https://argo-cd.readthedocs.io/en/stable/">ArgoCD</a>, Kubernetes, DSPy, and a pinch of policy-as-code) fit together to create a platform that deploys itself every time you hit <i>merge</i>.</p>
31+
<p>You’ve probably heard the buzzwords: GitOps, NoOps, immutable infrastructure. Today I’d like to walk you - step by step - through why these concepts exist and how a small constellation of tools (<a _blank href="https://nixos.org/">NixOS</a>, <a _blank href="https://developer.hashicorp.com/terraform/">Terraform</a>, <a _blank href="https://docker.com/">Docker</a>, <a _blank href="https://argo-cd.readthedocs.io/en/stable/">ArgoCD</a>, <a _blank href="https://kubernetes.io/">Kubernetes</a>, DSPy, and a pinch of policy-as-code) fit together to create a platform that deploys itself every time you hit <i>merge</i>.</p>
3232
<hr>
3333
<h2>1. The Problem We’re Solving</h2>
3434
<p>In the old world, a server was a pet: lovingly hand-fed config files, patched on Sundays, and inevitably different from every other server. The result?</p>

0 commit comments

Comments
 (0)