Getting Started
Prerequisites Hugo Extended ≥ 0.146.0 — check with hugo version. Node.js (any recent LTS) — needed for the Tailwind/PostCSS build step. Run …
Your comprehensive DevsecOps knowledge hub with tutorials, best practices, and real-world examples
Practical guides, architecture decisions, and API references for teams running infrastructure in production — Kubernetes, Terraform, observability, and the tooling decisions that hold it all together.
Prerequisites Hugo Extended ≥ 0.146.0 — check with hugo version. Node.js (any recent LTS) — needed for the Tailwind/PostCSS build step. Run …
This is the v1.0 install method Nimbus v2.0 changed the build tooling from Gulp to native Hugo Pipes + PostCSS. If you’re starting a …
1. Add the theme As a Git submodule (recommended for most sites): 1 git submodule add https://github.com/your-org/hugo-theme-nimbus.git …
Note boxes type can be info (default), warning, success, or error. 1 2 3 {{< note type="tip" title="Pro tip" >}} Your …
This page is rendered entirely from the openapi.yaml file sitting next to it in this page bundle — no separate Swagger UI build step, no JS …
Context Cluster configuration changes currently happen via direct kubectl apply from engineer laptops. We have no audit trail and drift …
Context We need a primary datastore for the new billing service. The team has production experience with both PostgreSQL and MongoDB, and …
Nimbus is a Tailwind CSS Hugo theme built for DevOps knowledge hubs — blog posts, sidebar-navigation docs, Architecture Decision Records, …
Most teams don’t have a metrics problem — they have a too many dashboards nobody looks at problem. This is the minimal setup we use to …
Local Terraform state works fine for a weekend project. It falls apart the moment a second engineer runs terraform apply against the same …
Getting a service running reliably on Kubernetes comes down to a handful of building blocks: a container image, a Deployment, and a Service …