K

Kelsey Hightower Books

1 book·~10 min total read

Kelsey Hightower is a software engineer and developer advocate known for his work on Kubernetes and cloud-native technologies.

Known for: Kubernetes Up & Running: Dive into the Future of Infrastructure

Books by Kelsey Hightower

Kubernetes Up & Running: Dive into the Future of Infrastructure

Kubernetes Up & Running: Dive into the Future of Infrastructure

programming·10 min read

Kubernetes Up & Running introduces readers to Kubernetes, the open-source system for automating deployment, scaling, and management of containerized applications. Written by three of the project's early contributors, the book provides practical guidance on setting up clusters, deploying applications, and managing workloads in production environments. It explains core concepts such as pods, services, and controllers, and offers real-world examples to help readers understand how to build resilient, scalable systems using Kubernetes.

Read Summary

Key Insights from Kelsey Hightower

1

Understanding the Architecture: The Foundation of a Cluster

Before we discuss the finer details, we must ground ourselves in the architecture. Kubernetes is not a single monolithic program; it is a composition of coordinated components that, together, form the control plane and data plane. The control plane includes the API server, the scheduler, and the con...

From Kubernetes Up & Running: Dive into the Future of Infrastructure

2

Core Objects and Application Lifecycle Management

At the heart of Kubernetes lie its core objects: Pods, ReplicaSets, and Deployments. A Pod represents the smallest deployable unit—typically one or more containers that share network and storage space. Instead of thinking in single containers, Kubernetes encourages you to think in Pods because appli...

From Kubernetes Up & Running: Dive into the Future of Infrastructure

About Kelsey Hightower

Kelsey Hightower is a software engineer and developer advocate known for his work on Kubernetes and cloud-native technologies.

Frequently Asked Questions

Kelsey Hightower is a software engineer and developer advocate known for his work on Kubernetes and cloud-native technologies.

Read Kelsey Hightower's books in 15 minutes

Get AI-powered summaries with key insights from 1 book by Kelsey Hightower.