Leanpub Header

Skip to main content

Filters

Category: "Site Reliability Engineering"

Books

  1. Self-Healing Infrastructure: Building Autonomous Cloud Systems with AI

    Most writing about AI and infrastructure stops at the demo. This book starts on the day the model is confidently wrong at 3 a.m. and an auditor asks who authorised the action it took. Seven working labs — MCP servers with real identity and audit, closed-loop remediation behind a reversibility gate, and autonomy that can be revoked — for platform engineers in safety-critical and regulated industries.

  2. AI Agents and Systems Engineering
    AI Agents and Systems Engineering
    Architecture, Design Patterns, and Production Practices for Autonomous Systems
    Steve Publications

    AI agents are moving from experiments into real production systems. This book shows experienced engineers how to design, deploy and operate reliable agent systems that can scale. From architecture and infrastructure to security, reliability and governance, it provides practical patterns and production-ready examples for building autonomous systems that work in the real world.

  3. Enterprise AI Platform
    Enterprise AI Platform
    Lab Guide — GPU Infrastructure, Model Serving and Operations
    Thomas Zachmann

    Somewhere there is a server with two GPUs for which no operational process exists. This book turns that into an operable platform — hands-on, in 23 labs: vLLM, KServe, LiteLLM, the NVIDIA GPU Operator, Keycloak, OpenBao, ArgoCD, pgvector. Not a tutorial: a reference work that shows the derivations behind every setting.

  4. Local-First AI Engineering
    Local-First AI Engineering
    Running Agents Without the Cloud
    Steve Publications

    Build AI that keeps working when the cloud doesn't. Local-First AI Engineering shows you how to run capable, private AI systems on infrastructure you control. From hardware and inference to RAG, agents, security and production ops, you'll learn how to build local AI that is fast, reliable and truly yours.

  5. OpenTelemetry in Production
    OpenTelemetry in Production
    Designing, Deploying, and Operating Observability at Scale
    Steve Publications

    Take OpenTelemetry from theory to production. This practical guide shows you how to design, deploy and operate observability at scale, with real configurations, proven architecture patterns and hands-on guidance for performance, security, troubleshooting and cost. Built for engineers who need telemetry that works when it matters.

  6. Kubernetes Probes, Health Checks and Production Reliability
    Kubernetes Probes, Health Checks and Production Reliability
    A Practical Beginner-to-Advanced Guide for Building Self-Healing, Fault-Tolerant Systems
    Steve Publications

    Master Kubernetes health checks from the basics to production-grade reliability. Learn how probes really work, troubleshoot failures fast and build applications that recover automatically. With practical YAML, real-world scenarios and proven reliability patterns, this guide helps you keep Kubernetes workloads healthy when it matters most.

  7. Chaos Engineering for AI Infrastructure
    Chaos Engineering for AI Infrastructure
    Fault injection and resilience testing for GPUs, model serving, RAG pipelines, and agentic systems on Kubernetes
    GitforGits | Asian Publishing House

    This book is all about testing and closing the gap between infrastructure health and output quality, and how easily that gap can be filled for weeks by a failure that's gone unnoticed.This book looks at the less obvious side of the problem. In the next few chapters, we're going to run 41 experiments on one application. About half of them will give you a result that the system doesn't report. It's not a dig at anyone's engineering, since the systems in question are competently built and mostly behave well.

  8. Ansible Troubleshooting
    Ansible Troubleshooting
    A Practical Guide
    Sudhanshu Jaiswal

    Ansible has transformed IT automation, but even the most well-designed playbooks can encounter unexpected errors, cryptic logs, or behaviors that defy expectations. "Ansible Troubleshooting: A Practical Guide" is your roadmap to navigating these challenges with ease. , this book provides the insights and techniques you need to diagnose and resolve issues efficiently.

  9. Build Your Own Cloud Competition
    Build Your Own Cloud Competition
    Design, Build, and Run GameDay-Inspired AWS Challenges with TenkaCloud
    Susumu Tomita

    Build a hands-on cloud competition from the participant experience upward. Create a local Docker Challenge, an AWS Challenge, and a continuously scored AWS Battle, then deploy them to multiple teams with the open-source TenkaCloud platform.

  10. The CI/CD Pipeline Guide
    The CI/CD Pipeline Guide
    Choosing Your Build Tool
    Sudhanshu Jaiswal

    Your CI/CD Pipeline Could Be Costing You More Than Time.AWS CodeBuild, Google Cloud Build, GitLab CI/CD, GitHub Actions, or Azure Pipelines—which one fits your team like a glove?In The CI/CD Pipeline Guide: Choosing Your Build Tool, we cut through the noise. No jargon. No bias. Just a clear, metaphor-driven breakdown of the top 5 CI/CD tools

  11. Config as Code
    Config as Code
    A Simple Guide for Curious Minds
    Sudhanshu Jaiswal

    "Tired of manual server setups that feel like reinventing the wheel every time?What if you could write down your server settings once—like a recipe—and let the computer do the rest? No more ‘oops, I forgot that checkbox.’ No more ‘Why is Server 7 acting weird?’Config as Code is the DevOps secret to consistency, speed, and sanity. And this book is your backstage pass."

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