B

Brendan Burns Books

1 book·~10 min total read

Brendan Burns is a co-founder of the Kubernetes project and a distinguished engineer at Microsoft.

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

Books by Brendan Burns

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 Brendan Burns

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 Brendan Burns

Brendan Burns is a co-founder of the Kubernetes project and a distinguished engineer at Microsoft.

Frequently Asked Questions

Brendan Burns is a co-founder of the Kubernetes project and a distinguished engineer at Microsoft.

Read Brendan Burns's books in 15 minutes

Get AI-powered summaries with key insights from 1 book by Brendan Burns.