Kick off your book project in 2 hours, get started with GhostAI in 2 hours, or do both! Free live workshops, on Zoom. You’ll leave with a real book project and a clear plan to keep going. Saturday, June 27, 2026.

Leanpub Header

Skip to main content

Filters

Category: "Kubernetes"

Books

  1. The Kubernetes Book
    Nigel Poulton

    This 2026 edition of the best-selling Kubernetes book is fully updated for the latest versions of Kubernetes and the latest industry trends. You won't find a better and more up-to-date book on Kubernetes. Hand-crafted over the past 8 years by best-selling author Nigel Poulton. This book is a masterpiece.

  2. Build. Deploy. Scale.Take your Java skills to the cloud-native level with Hands-On Java with Kubernetes. From your first Spring Boot or Quarkus app to production-ready deployments with CI/CD, observability, and service mesh—you’ll learn by doing, not just reading. Ideal for developers who want to master Kubernetes without getting bogged down in YAML configuration.

  3. This 2025 edition of Quick Start Kubernetes is bang up to date with the latest versions of Kubernetes and industry trends. Brought to you by best-selling author and global training guru Nigel Poulton, Quick Start Kubernetes is the fastest way to wrap your head around Kubernetes and get your hands on deploying a simple app. When you've finished the book, you'll be ready to use Kubernetes in the real world.

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

  5. Generative AI for K8s Platform Engineering
    Talos Linux, GitOps & Agent Skills
    Muthukumaran Navaneethakrishnan and Hari Balaji M K

    An enterprise-focused guide to building a safe, governed AI SRE agent skill that reviews Kubernetes platforms on Talos Linux. Read-only by default, auditable, and grounded in evidence rather than guesswork.

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

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

  8. 面向所有人的 Kubernetes
    从零构建云原生数据中心
    Joel Bryan Juliano

    大多数 Kubernetes 书籍教你 YAML。这本书教你构建一个数据中心。 你从 #!/usr/bin/env bash 开始。最终用一个命令就能配置、重载和拆除一个完整的多服务集群。没有魔法。没有黑盒。只有你、Bash,以及你亲手构建的云原生平台。

  9. Distributed Systems in Go
    A Complete Guide to Building Cloud-Native Distributed Go Systems
    Joel Bryan Juliano

    Build a cloud-native distributed system in Go with authentication, databases, Kafka, gRPC, circuit breakers, and distributed tracing. Each chapter teaches a pattern and extracts it into a reusable platform SDK. By the final chapter, you'll have six deployable services, a complete platform SDK, and the patterns to build the next one faster.

  10. Containers without CNIs are like cars without roads—going nowhere fast. Unlock the secret to seamless container networking with this no-nonsense guide. From Docker Swarm to Kubernetes, learn how to choose, deploy, and master CNI plugins like a pro. No fluff. Just the tools to build networks that actually work.

  11. Docker & Kubernetes Troubleshooting
    Beginner's Guide
    Sudhanshu Jaiswal

    Something is broken. The clock is ticking. Where do you even start?Every engineer who works with containers knows that moment — the deployment is down, the logs are cryptic, and docker ps is showing something you didn't expect. You know the tools. You just need a clear head and a logical path forward.That's exactly what this book is.The Practitioner's Guide to Docker & Kubernetes Troubleshooting skips the introductory fluff and gets straight to the part where things are on fire. It's organized around symptoms — what you're actually seeing — not around how Docker or Kubernetes happens to be architected. Every chapter gives you a decision tree: here's the status, here's what it means, here's the command, here's the fix.Whether you're chasing a CrashLoopBackOff at midnight, trying to figure out why two containers can't talk to each other, or untangling a Kubernetes node that just went NotReady — this guide has the exact path through it.Covers Docker Engine · Docker Swarm · Kubernetes From single containers to multi-node clusters. From image pull failures to PVC stuck in Terminating.No padding. No prerequisites lecture. Just the guide you wish you'd had the last time something broke. Tight, benefit-led, and speaks directly to the frustration your readers already feel. Works well as Leanpub's "About This Book" blurb.

  12. Build Kubernetes Operators with Kubebuilder
    A Complete Guide to Creating, Testing, and Publishing Custom Controllers
    Kirshi Yin | Curious Devs Corner

    Learn how to build Kubernetes Operators from scratch using Kubebuilder, step by step. You will create real controllers, work with CRDs, and understand how reconciliation works in practice. By the end, you’ll know how to design, test, and run your custom operator.

  13. Go Apps on Kubernetes
    Production Best Practices
    Luca Sepe

    Go services often fail in production for boring reasons: weak probe semantics, missing timeout budgets, unsafe retries, noisy telemetry, and rollout settings that look fine until traffic spikes. Go Apps on Kubernetes is a practical pocketbook for engineers who ship and run Go microservices on K8s. It gives you concise, production-focused guidance you can apply immediately: health/readiness contracts, graceful shutdown and draining, retry/backoff patterns, observability defaults (metrics, logs, traces), security hardening baselines, and deployment/autoscaling templates. No theory dump, no platform-admin detours. Just reusable patterns and incident-oriented checklists to help your services start cleanly, degrade predictably, and recover fast.

  14. AI-Assisted kubectl + jq for SRE
    Fast incident response on Kubernetes with safe AI workflows
    Luca Sepe

    Turn AI into a reliable incident-response copilot for Kubernetes. This SmartBook shows you how to combine the speed of AI with the precision of kubectl and jq, so you can investigate production issues faster, verify every claim, and respond with confidence under pressure.

  15. Mastering Playwright CICD & DevOps for Test Automation
    Integrating Playwright Automation with Modern CI/CD Pipelines, Docker, Jenkins, and Cloud Testing Platforms
    Priyanka Bhopale

    Learn how to build scalable test automation pipelines using Playwright and modern DevOps tools. This practical guide teaches automation engineers how to integrate Playwright with CI/CD pipelines using GitHub Actions, Jenkins, and Docker. Inside this book you will learn: • Building Playwright automation frameworks • Running tests in CI/CD pipelines • Parallel test execution and scaling automation • Docker container testing • Jenkins and GitHub Actions integration • Real-world DevOps automation projects This book is designed for QA engineers, automation testers, and DevOps engineers who want to build modern test automation pipelines.