Leanpub Header

Skip to main content

Filters

Category: "DevOps"

DevOps

  1. Infrastructure as Code Testing: Terraform to Kubernetes
    Infrastructure as Code Testing: Terraform to Kubernetes
    Validating Terraform, Kubernetes, and Cloud Declarations Before They Become Production Reality
    Yuri Syuganov

    Infrastructure is code now — which means it can be tested before it becomes a 3 a.m. incident. Terraform, Kubernetes, Helm, and policy-as-code.

  2. Observability-Driven Testing: Testing in Production
    Observability-Driven Testing: Testing in Production
    Logs, Metrics, Traces, and Quality in Live Systems
    Yuri Syuganov

    The deploy is not the finish line. Use logs, traces, metrics, canaries, and feature flags to keep testing after release — where it counts most.

  3. Performance and Chaos Engineering: Breaking Things on Purpose
    Performance and Chaos Engineering: Breaking Things on Purpose
    Load Testing, Stress Testing, and Resilience Engineering
    Yuri Syuganov

    Break things on purpose, before production does it for you. Load tests that mirror reality and chaos experiments you can defend to management.

  4. API Rate Limiting & Throttling
    API Rate Limiting & Throttling
    Distributed Quotas, Kubernetes Protection, Tenant Fairness, and Go Middleware
    Luca Sepe

    Another Production Field Manual: protect APIs before overload becomes an outage with rate limiting, throttling, and tenant fairness.

  5. Docker Containers: From Beginner to Mastery
    Docker Containers: From Beginner to Mastery
    A Complete Guide to Building, Running, and Managing Containerized Applications
    Steve Publications

    Discover how Docker is revolutionizing modern software development by making applications faster to build, easier to deploy, and more reliable to run. Whether you are just getting started or refining production workflows, this practical guide will help you master containers through clear explanations, hands-on examples, and real-world techniques that you can apply with confidence.

  6. THE LINUX FIELD MANUAL: Diagnose and fix production incidents — fast

    > 3:07 a.m. The pager goes off. Your database is down, the disk is full, and you're the on-call engineer holding the line. Open this manual to the playbook you need right now to diagnose, stabilize, and verify the fix -- fast.

  7. Circuit Breaker and Retries with Exponential Backoff
    Circuit Breaker and Retries with Exponential Backoff
    Resilient Microservice Calls, Failure Containment, Kubernetes Operations, and FinOps Impact
    Luca Sepe

    Learn how to stop retry storms, contain dependency failures, and make resilient microservice calls observable, bounded, and production-ready.

  8. The Backend Validation Bible
    The Backend Validation Bible
    A Production-Focused Field Manual for APIs, Data, Edge Cases, and Reliability
    D.R. Joyner

    There's a reason your last incident made it past review. It's not that nobody tested — it's that nobody asked the right question. This book is 745 of the right questions, sorted by what happens if you skip them.

  9. Your Own 24/7 Internet Radio
    Your Own 24/7 Internet Radio
    Live by Sunday night. A tested path from a bare server to a station on the air — no coding background needed
    Ivaylo Demidov

    Build your own 24/7 internet radio in a single weekend — on a €5 server, understood down to the last line. Ten chapters from bare server to on-air: the tower (Icecast), the robot (Liquidsoap), the door (nginx). Every step tested live, every trap marked. Friday it's a napkin sketch; Sunday night a stranger presses play, and it plays.

  10. AI IN DEVOPS
    AI IN DEVOPS
    Building Self-Healing, Self-Reviewing, Self-Scaling Systems
    Sudhanshu Jaiswal

    Your DevOps pipeline is broken. PRs rot in review. Alerts scream into the void. Incidents drag on for hours. And capacity planning? A guessing game with your budget on the line.AI in DevOps isn’t about hype—it’s about fixing what’s actually broken. This book gives you: LLM-powered code reviews Intelligent alerting Auto-remediation Predictive scaling

  11. Kubernetes: The Complete Story
    Kubernetes: The Complete Story
    Vamsikrishna Vankayala

    What if learning Kubernetes felt like reading a story instead of a manual? Follow three engineers as they grow from a crashing monolith to a production-grade Kubernetes platform. Every concept taught through real problems, real YAML, and real solutions.

  12. Policy-as-Code
    Policy-as-Code
    Field Guide
    Sudhanshu Jaiswal

    Tired of 2 AM fire drills because a rogue container slipped into production? Policy-as-Code Field Guide is your battle-tested playbook for automating compliance, security, and operational guardrails—before they become incidents.From OPA’s Rego to Kyverno’s YAML, Conftest’s pre-commit checks to Sentinel’s Terraform controls, this guide cuts through the noise with real-world policies, CI/CD integrations, and production hardening tips you can use today.Shift left. Enforce early. Sleep better.

  13. INTERVIEW READY GUIDE
    INTERVIEW READY GUIDE
    Lead DevOps Engineer
    Sudhanshu Jaiswal

    Stop Guessing. Start Dominating Your DevOps Interview.You’ve spent years mastering GCP, Terraform, Kubernetes, and CI/CD—but can you articulate your expertise under pressure? Most candidates stumble on strategic framing, production scenarios, or leadership questions. This guide changes that.What’s Inside? 🔹 End-to-End CI/CD Pipeline Design – From GitHub Actions to ArgoCD, with security gates and rollback strategies. 🔹 Secure Multi-Env GCP InfrastructurePrivate GKE clusters, Workload Identity, Secret Manager, and VPC Service Controls—all production-ready. 🔹 Kubernetes + ArgoCD at ScaleApp-of-Apps patterns, RBAC, and zero-downtime deployments for multi-team platforms. 🔹 Python for DevOps AutomationAudit IAM bindings, build operators, and automate workflows like a pro. 🔹 Leadership & Behavioral MasterySTAR method stories for incidents, tool adoption, and mentorship.Why This Guide?No Fluff – Only actionable, interview-tested content. ✔ Real-World CodeTerraform modules, ArgoCD manifests, and Python scripts you can use today. ✔ Interviewer Mindset – Learn what hiring managers actually look for in a Lead DevOps Engineer.Your Next Career Move Starts Here. 📖 Grab your copy and walk into your interview prepared to impress.

  14. Orchestrating AI Agents
    Orchestrating AI Agents
    Coordinating Claude Code, Codex, Local Models, and MCP with a Persistent Control Plane
    Yohan Rodriguez

    A practical guide to operating a fleet of AI coding agents through routing, memory, skills, MCP, guardrails, and a persistent control plane (322 manuscript pages).

  15. Kubernetes Context Engineering
    Kubernetes Context Engineering
    Reconstructing Operational Meaning from Cluster State
    Luca Sepe

    Kubernetes exposes plenty of state, but operators still have to reconstruct operational meaning from scattered Pods, Services, EndpointSlices, Events, PVCs, owner references, and status fields. This ebook uses `kctx`, a small read-only Kubernetes context engine, to show how deterministic entities, relations, signals, graphs, namespace snapshots, CRD adapters, and stable JSON contracts can turn raw cluster data into reusable context for humans, tools, and AI agents. It is written for SREs, platform engineers, Kubernetes operators, infrastructure developers, and AI tooling builders who want better primitives than raw YAML and improvised troubleshooting pipelines.