Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/docs-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
"cisco-contact-center",
"cloud",
"containers",
"kubernetes-platforms",
"automation",
"linux",
"high-availability",
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Infrastructure Reference

Practical quick-reference notes for network engineering, Linux operations, cloud platforms, infrastructure automation, and troubleshooting.
Practical quick-reference notes for network engineering, Linux operations, cloud platforms, Kubernetes platforms, infrastructure automation, and troubleshooting.

> [!WARNING]
> These notes are a memory aid, not a substitute for vendor documentation, change review, backups, or a tested rollback plan. Commands that alter state can cause outages or data loss. Validate syntax against the exact software and platform release you operate.
Expand All @@ -24,6 +24,8 @@ The diagrams are intentionally limited to concepts where visual relationships im
| Spanning-tree root and alternate path | [Visual guide](docs/visual-guides.md#spanning-tree-root-and-alternate-path) | [Spanning Tree](docs/networking/spanning-tree.md) |
| Leaf-spine topology | [Visual guide](docs/visual-guides.md#leaf-spine-fabric) | [Leaf-spine design](docs/networking/leaf-spine.md) |
| Pulumi change lifecycle | [Visual guide](docs/visual-guides.md#pulumi-change-lifecycle) | [Pulumi](docs/automation/pulumi.md) |
| Talos and Omni management boundary | [Visual guide](docs/visual-guides.md#talos-and-omni-management-boundary) | [Talos Linux](docs/kubernetes-platforms/talos-linux.md) and [Omni](docs/kubernetes-platforms/omni.md) |
| Omni machine-to-cluster lifecycle | [Visual guide](docs/visual-guides.md#omni-machine-to-cluster-lifecycle) | [Omni](docs/kubernetes-platforms/omni.md) |
| Linux boot sequence | [Visual guide](docs/visual-guides.md#linux-boot-sequence) | [Linux boot and kernel](docs/linux/linux-boot.md) |
| Git branch and pull-request workflow | [Visual guide](docs/visual-guides.md#git-branch-and-pull-request-workflow) | [Git](docs/development/git.md) |
| Spec-driven development lifecycle | [Visual guide](docs/visual-guides.md#spec-driven-development-lifecycle) | [Spec-driven development](docs/development/spec-driven-development.md) |
Expand Down Expand Up @@ -75,6 +77,13 @@ The diagrams are intentionally limited to concepts where visual relationships im
| Docker and Docker Compose | [docs/containers/docker.md](docs/containers/docker.md) |
| Kubernetes and kubectl | [docs/containers/kubernetes.md](docs/containers/kubernetes.md) |

## Kubernetes platforms

| Platform | Reference |
|---|---|
| Talos Linux | [docs/kubernetes-platforms/talos-linux.md](docs/kubernetes-platforms/talos-linux.md) |
| Sidero Labs Omni | [docs/kubernetes-platforms/omni.md](docs/kubernetes-platforms/omni.md) |

## Infrastructure automation

| Topic | Reference |
Expand Down
Loading
Loading