Curated Tech Reading Map

Find your next tech book to read

Book

Kubernetes in Action

Marko Lukša

Buy on Amazon* The link above is an advertisement via Amazon Associates.

Summary

Marko Lukša wrote this while working as an engineer on Kubernetes and OpenShift at Red Hat, and it shows in how deliberately the book builds up rather than front-loading the whole API surface. It starts from a single Docker container and a Pod, then adds ReplicationControllers, Services, Volumes, ConfigMaps, Deployments, and StatefulSets one capability at a time before explaining how the API server and scheduler work underneath. Later chapters cover securing the API server and cluster network, managing Pod resources, autoscaling, and writing custom API extensions. The Japanese edition appears to follow the first edition: its examples assume Docker as the container runtime and reflect Kubernetes as it stood around 2018, before Helm 3 and GitOps tooling matured — the architecture it explains, though, hasn't changed since.

Target Readers

  • Developers moving beyond docker run who want Kubernetes concepts introduced one capability at a time rather than as a wall of YAML
  • Engineers who need to explain what the API server and scheduler are actually doing, not just which kubectl command to run
  • Teams securing a cluster who want the reasoning behind API server and network security settings, not just a hardening checklist

Tags

#kubernetes#containers#orchestration

Colophon

Publisher
マイナビ出版
ISBN
978-4839968069
Published
Feb 2019
List price
¥3,608incl. taxMay differ from the actual selling price on Amazon

Get this book

* The link above is an advertisement via Amazon Associates.

Prerequisites

Next Books