Skip to content

Commit 103ef6a

Browse files
authored
Update index.html
1 parent 07c6ced commit 103ef6a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,15 @@ <h2>1. The Problem We’re Solving</h2>
3636
<li>Snow-flake drift and 3 a.m. pages.</li>
3737
<li>Scaling = more pets.</li>
3838
</ul>
39+
<h2>2. The North Star: Everything as Code</h2>
40+
<p>Instead of pets, we want cattle - identical, replaceable, and defined in text files that live in Git.</p>
41+
<p>If Git is the single source of truth, the rest of the stack becomes a conveyor belt that turns that truth into running software.</p>
42+
<h2>3. The Cast of Characters and Their Jobs</h2>
43+
<p>Table: A Declarative Software Stack</p>
3944
<!-- IMAGE 1 -->
4045
<figure>
4146
<img src="images/DeclarativeStack.jpg" alt="Diagram of declarative stack pipeline">
42-
<figcaption style="text-align:center;font-size:0.8rem;color:#9ca3af;">Fig 1. High-level GitOps flow (replace IMAGE-1.jpg)</figcaption>
47+
<figcaption style="text-align:center;font-size:0.8rem;color:#9ca3af;">Table: A Declarative Software Stack</figcaption>
4348
</figure>
4449

4550
<p>You’ve probably heard the buzzwords: <strong>GitOps</strong>, <strong>NoOps</strong>, <strong>immutable infrastructure</strong></p>

0 commit comments

Comments
 (0)