Leanpub Header

Skip to main content

Filters

Category: "DevOps"

Books

  1. The Production-Ready Docker & Linux Pocket Guide
    The Production-Ready Docker & Linux Pocket Guide
    An Essential Reference for Developers, Students, and DevOps Engineers
    AhmedAdawy

    The ultimate practical guide designed to fast-track your technical skills without the fluff. Whether you are a developer, student, or DevOps engineer, this essential reference delivers actionable insights to solve real-world problems instantly. Master your craft and stream-line your workflow today!

  2. Linux and Command Line: Your Production Survival Kit
    Linux and Command Line: Your Production Survival Kit
    Shell Skills Every QA Engineer Needs for Modern Production Systems
    Yuri Syuganov

    When production breaks, the answer is in a log file on a server somewhere. grep, curl, jq, Bash, and Docker — your survival kit, with 100 exercises.

  3. CI/CD Pipelines: From Commit to Confidence
    CI/CD Pipelines: From Commit to Confidence
    Building, Testing, and Deploying with Automation
    Yuri Syuganov

    From commit to confidence: pipelines where tests gate what matters, run in parallel, and tell developers the truth fast.

  4. 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.

  5. 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.

  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. 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.

  8. 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.

  9. 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

  10. 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.

  11. 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.

  12. 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.

  13. 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).

  14. Dynatrace
    Dynatrace
    A Student's Guide to Modern Application Monitoring
    Sudhanshu Jaiswal

    Your apps are failing. You just don’t know it yet.What if you could see every crash, slowdown, and bottleneck before your users do? Understanding Dynatrace pulls back the curtain on AI-powered observability—turning blind spots into actionable insights. Stop guessing. Start observing.

  15. GitOps the Hard Way, with Argo CD
    GitOps the Hard Way, with Argo CD
    Build Real GitOps Pipelines From Empty Clusters to Automated Deploys
    Aymen El Amri

    Go from an empty cluster to a self-deploying GitOps pipeline, doing every step yourself: Applications, sync policy, hooks, RBAC, Helm, ApplicationSets, and a setup that ships every branch on push. You finish with a pipeline you can explain line by line, not a demo you watched run.