Skip to content

DevOps · SRE · Platform engineering

Compute Central

Practical, lab-tested guides for the infrastructure you actually run — Linux, networking, containers, Kubernetes, cloud, automation, CI/CD, reliability, and security, explained from first principles all the way to production.

  • Free to read
  • Hands-on labs and case studies
  • Updated September 2026
$ docker compose up -d✔ Container caddylab-db-1  Healthy✔ Container caddylab-api-1  Started✔ Container caddylab-caddy-1  Started$ curl -s localhost/api/todos | jq length3

0 Guides and lab-tested chapters

0 Learning tracks, foundations to production

0 Hands-on labs and case studies

2016 Notes and lessons collected since

Learning tracks

Pick a track, or filter by what you're working on. Every track stands on its own.

DevOps Foundations Linux administration, shell scripting, networking from TCP to TLS, Git workflows, and Python automation. 5 tracks · 33 guides

Docker and Linux Containers From namespaces and cgroups to images, networking, storage, Compose, Podman, and production troubleshooting. 25 chapters + quick reference

Kubernetes and OpenShift Core objects, networking and Gateway API, security, GitOps, labs, case studies, and interview prep. 17 sections · 108 pages

Cloud Engineering on AWS Accounts and IAM, VPC networking, EC2, load balancing, S3, ECS and EKS, databases, CloudWatch, security, and cost. 12 guides

Terraform Infrastructure as code from a first project to remote state, modules, environments, testing, and CI/CD. 8 guides

Ansible Automation Playbooks, roles, collections, custom modules, Vault, Molecule, and real deployment case studies. 17 sections · 104 pages

CI/CD Pipelines and Code Quality GitHub Actions, GitLab CI, Jenkins, and ArgoCD, plus SonarQube quality gates and scanners that keep every change clean. 15 guides

Monitoring and Observability A complete local lab with Prometheus, Grafana, Alertmanager, Loki and Grafana Alloy, OpenTelemetry, and synthetic checks. 12 guides

Site Reliability Engineering SLOs and error budgets, burn-rate alerting, incident response, postmortems, on-call, toil, and capacity planning. 7 guides

Security and DevSecOps Threat modeling, Vault, supply chain security with Sigstore, scanning, zero trust identity, and hardening. 6 guides

AI Engineering LLM fundamentals, RAG, tools and MCP, agents, and evaluation for platform and DevOps teams. 5 guides

The path through this site

Most readers move left to right — but jump in wherever your work is today.

  1. 1FoundationsLinux, networking, Git, scripting
  2. 2ContainersHow Docker really works
  3. 3KubernetesOrchestrate workloads
  4. 4Cloud & IaCAWS, Terraform, Ansible
  5. 5DeliveryCI/CD and code quality
  6. 6ReliabilityObservability and SRE
  7. 7SecurityDevSecOps and zero trust

What's new

Learning paths by goal

Pick the goal closest to yours — each tab is a short, ordered route through the material.

Try the Minikube lab, the kind lab, or the Podman lab.

Set up accounts and IAM, design a VPC, run containers on ECS or EKS, and provision it all with Terraform.

Provision with Terraform, configure hosts with Ansible, and glue it together with production-ready scripts.

Stand up the monitoring lab, define SLOs, alert on burn rate, and practice incident response.

Threat model with STRIDE, centralize secrets with Vault, and sign what you ship with Sigstore.

How to use this site

Start with the topic you need, then follow the examples in a local or test environment before using them in production. Most pages explain the reason behind each step, not just the command.

Best way to learn

Read the short explanation first, run the example safely, then write down what changed and why it worked.

Production reminder

Always review commands, credentials, namespaces, and environment names before running anything against shared or production systems.

Browse every section

About

Sameer Alam
Sameer Alam DevOps Engineer · SRE Writing since 2016

I build and run reliable, automated, observable, and secure systems — and write down what I learn along the way. Compute Central brings a decade of notes, experiments, and real-world lessons into one organized place.

  • Infrastructure design
  • Deployment automation
  • Monitoring
  • Incident response
  • Platform operations