Kubernetes: Up and Running: Dive Into the Future of Infrastructure

Kubernetes: Up and Running: Dive Into the Future of Infrastructure

  • Downloads:5843
  • Type:Epub+TxT+PDF+Mobi
  • Create Date:2021-05-25 10:54:07
  • Update Date:2025-09-07
  • Status:finish
  • Author:Brendan Burns
  • ISBN:1492046531
  • Environment:PC/Android/iPhone/iPad/Kindle

Summary

Kubernetes radically changes the way applications are built and deployed in the cloud。 Since its introduction in 2014, this container orchestrator has become one of the largest and most popular open source projects in the world。 The updated edition of this practical book shows developers and ops personnel how Kubernetes and container technology can help you achieve new levels of velocity, agility, reliability, and efficiency。

Kelsey Hightower, Brendan Burns, and Joe Beda--who've worked on Kubernetes at Google and beyond--explain how this system fits into the lifecycle of a distributed application。 You'll learn how to use tools and APIs to automate scalable distributed systems, whether it's for online services, machine learning applications, or a cluster of Raspberry Pi computers。


Create a simple cluster to learn how Kubernetes works
Dive into the details of deploying an application using Kubernetes
Learn specialized objects in Kubernetes, such as DaemonSets, jobs, ConfigMaps, and secrets
Explore deployments that tie together the lifecycle of a complete application
Get practical examples of how to develop and deploy real-world applications in Kubernetes

Download

Reviews

Johan

Good Kubernetes starters book。 Missing a chapter regarding CNI/CSI/CRI and in some areas the book is getting a little bit outdated。 So, really 3。5 stars。

Miguel Silva

Great simple book for anyone that is starting to implementing Kubernetes。Good examples, real good examples, very well explained。One thing thought is that the kubernetes version that the books address is 1。16 and now the latest is 1。20 that certainly have more features and has more changes。

Jayson Vibandor

A good Kubernetes book for intermediate to advanced software engineers。 The only caveat of this book is some manifest used in the examples are outdated。

João Maia

Excelente introdução ao assunto。

Denis Capeto

I found it really useful。 It starts with the very basics and goes deeper with some real world examples and interesting situations。 One thing that caught my eyes: At the begining I thought I knew enough about kubernetes, but from chapter 15 on I realised I still had so much to learn =)

Jacek Laskowski

Easy to read for the writing style as well as the number of pages。 I've read a printed version that's easy to carry along, and the number of pages per chapter let me read one at one sitting without much effort (and quite often invited for another one)。 That's exactly the book about Kubernetes I'd recommend to beginners like myself and am tempted to call it the book for Kubernetes novices。 Easy to read for the writing style as well as the number of pages。 I've read a printed version that's easy to carry along, and the number of pages per chapter let me read one at one sitting without much effort (and quite often invited for another one)。 That's exactly the book about Kubernetes I'd recommend to beginners like myself and am tempted to call it the book for Kubernetes novices。 。。。more

Frank

There's a newer version。 There's a newer version。 。。。more

Josh Peak

Great Intro to KubernetesGreat intro to systematically teach the concepts and build them up。 Lots of examples to play with along the way too

Smartaquarius

Really good book for beginners。 Few concepts related to container security, container networking & priority classes are missing but it is good to start through this book and then learn with an experience。

Enrique

I have learned a lot about kubernetes thanks to this book。 I am working with kubernetes for several months and this book helped me to consolidate and clarify fundamental concepts。 There are also very useful tips like changing the labels of a pod to be able to debugging it。

Ivan Orone

A very useful introduction to Kubernetes concepts。 It explains the various concepts surrounding Kubernetes in a concise manner。 For anyone new to Kubernetes, this book will help you set up your first cluster with confidence, following best practices recommended by those who have been using it for long。

Cemal Duman

Book is great if you are new to k8 and only want to understand application part。 But if you want to learn internals or want to prepare for CKA exams i would not recommend

Iuliana Ciura

Essential for a comprehensive introduction to Kubernetes!

Filip Tepper

Good introduction to Kubernetes, but I would not rush it to production after reading only this book。

Max Wolffe

I only have an udemy course to compare this to, but I found "Kubernetes: Up & Running" to be a really excellent introduction to the high level resources, concepts, and best practices of Kubernetes。The Good: - Well paced / laid out - the book starts with "Why Kubernetes", then moves through basic kubectl commands, then through the basic Kubernetes resources/concepts (Pods, Service Discovery, Replication Sets, etc), and finishes with some real world applications and advice for how to do things in I only have an udemy course to compare this to, but I found "Kubernetes: Up & Running" to be a really excellent introduction to the high level resources, concepts, and best practices of Kubernetes。The Good: - Well paced / laid out - the book starts with "Why Kubernetes", then moves through basic kubectl commands, then through the basic Kubernetes resources/concepts (Pods, Service Discovery, Replication Sets, etc), and finishes with some real world applications and advice for how to do things in the real world。 - Minimum Viable Example - I mean this in the best way, the examples in the book present exactly what is being taught and no more for a given concept, instead of trying to create a great big application which demonstrates multiple concepts。 I found this reduced the cost to actually trying things out and made me more likely to plug things in to follow along。- Quite broad - Take this with a grain of salt, since I've not yet used Kubernetes in production, but something I liked about this book over the Udemy course I took "Docker and Kubernetes: The Complete Guide" is that it really covers a very wide breadth of material (DaemonSets, RBAC, How to integrate with services external to Kubernetes)。 While these might not be enough to complete your project, they've given me the vocabulary to look things up myself。 The Not So Good:- Some of the examples don't work as written (At least in the O'Reilly Safari Books version)。 This is kind of to be expected with a rapidly evolving technology, and most are fixable from the excellent Kubernetes error messages。- The book talks frequently about doing things declaratively instead of imperatively, but always presents things imperatively first - this is a nit, but I wish they led off with the "correct" way。Overall: Amazing Kubernetes book would recommend to anyone getting started with k8s 。。。more

Nofar Spalter

A phenomenal technical introduction and practical guide into Kubernetes。 A must read for anyone working with Kubernetes。

Booker

This book claims to be an introduction to Kubernetes but it is not。 Instead, it's a bunch of Kubernetes examples explained in a shallow manner and without context。 This book claims to be an introduction to Kubernetes but it is not。 Instead, it's a bunch of Kubernetes examples explained in a shallow manner and without context。 。。。more

Ernestas Poskus

A good overview of k8s components。

Stanislavs Cekalins

Very good intro to Kubernetes。 I got this book for free from Microsoft: https://azure。microsoft。com/en-us/res。。。 Very good intro to Kubernetes。 I got this book for free from Microsoft: https://azure。microsoft。com/en-us/res。。。 。。。more

Bilal

(This review is for the 2nd ed。)This is a very nicely composed book for a useful introduction to the container orchestration tool, Kubernetes。 The main concepts or topics are separated out into small chapters。 Each chapter starts with a general introduction to the topic, followed by some example code。 I wanted a high-level understanding of the key concepts and methods that makes this tool function, and I am satisfied with the product。

Debashish Mishra

Some of the commands and examples are a bit outdated because of rapid progress in this field。 Also some examples are tuned to run on linux and some on windows。 So you may have to adjust accordingly。 Nevertheless worth spending every minute of your time on this book。

Shivam Mamgain

Great book for k8s beginners

Rosa Chaves Rodríguez

A cookbook to deploy a Kubernetes cluster: pods, containers, jobs, configsmaps, replicas, health checks in rollouts and deployments。

Zdk

The book has provided you a good foundation for kubernetes basic concept。 But, the narrative is sometimes easy to get lost。 Otherwise, it's good book to check out。 The book has provided you a good foundation for kubernetes basic concept。 But, the narrative is sometimes easy to get lost。 Otherwise, it's good book to check out。 。。。more

Bob Nasser

I've been preparing for the CKA exam for over two weeks now, reading a lot of resources about Kubernetes and trying out some concepts here and there。 Yet this book has so far been the best resource I've found for someone completely new to containers and container orchestration to start their journey with。 Granted, the book is dated at this point, yet the insights given by some of the founders and original developers of Kubernetes can never be overstated。 Their knowledge shines through as you're I've been preparing for the CKA exam for over two weeks now, reading a lot of resources about Kubernetes and trying out some concepts here and there。 Yet this book has so far been the best resource I've found for someone completely new to containers and container orchestration to start their journey with。 Granted, the book is dated at this point, yet the insights given by some of the founders and original developers of Kubernetes can never be overstated。 Their knowledge shines through as you're walked through the basic (and some more advanced) concepts of container orchestration with Kubernetes in a simple form that anyone can understand。 。。。more

Kerszi

Długo oczekiwana w Polsce książka, o Kubernetes。 Jest przeznaczona osobom, które miały już jakieś doświadczenie w kontenerach, dockerze。 Napisana dosyć dobrze, miejscami jest trudny język, ale o tak lepiej niż czytać po angielsku, zwłaszcza jak słabo znasz。 Taka mała uwaga: komend Basha się nie rozdziela ;)。 Komenda "Who am i" Powinna być pisana razem。 Długo oczekiwana w Polsce książka, o Kubernetes。 Jest przeznaczona osobom, które miały już jakieś doświadczenie w kontenerach, dockerze。 Napisana dosyć dobrze, miejscami jest trudny język, ale o tak lepiej niż czytać po angielsku, zwłaszcza jak słabo znasz。 Taka mała uwaga: komend Basha się nie rozdziela ;)。 Komenda "Who am i" Powinna być pisana razem。 。。。more

Gerrit

Gelungene Übersicht zum Thema Pods, ReplicaSets, Deployments und den Befehlen der Kubernetes CLI。 Einige Befehle (beispielsweise für die Azure Kubernetes Services) haben sich mittlerweile geändert。 Durch etwas suchen und ausprobieren klappt aber trotzdem alles。 Die Übersetzung ist ganz anständig und ich bin lediglich über einen kleinen Rechtschreibfehler (Benuter statt Benutzer) gestoßen。Das Buch ist eine gute Einführung und kann danach trotzdem als kleines Nachschlagewerk auf dem Schreibtisch v Gelungene Übersicht zum Thema Pods, ReplicaSets, Deployments und den Befehlen der Kubernetes CLI。 Einige Befehle (beispielsweise für die Azure Kubernetes Services) haben sich mittlerweile geändert。 Durch etwas suchen und ausprobieren klappt aber trotzdem alles。 Die Übersetzung ist ganz anständig und ich bin lediglich über einen kleinen Rechtschreibfehler (Benuter statt Benutzer) gestoßen。Das Buch ist eine gute Einführung und kann danach trotzdem als kleines Nachschlagewerk auf dem Schreibtisch verweilen。 。。。more

Lichensky

Really good introduction to Kubernetes。 You will get the basic concepts and learn how to work with the essential Kubernetes objects (Pods, Services, Deployments etc。)。This book is not a deep-dive into Kubernetes。 It is a perfect starter if you want to deploy your workloads on Kubernetes。I would recommend to follow the examples on your own cluster (cloud-provided would be the most convenient)。

Dushan Hanuska

A good starting point for gaining some experience with Kubernetes。

Qaiser Bangash

One of the best book about kubernetes and highly recommended for those who wants to learn k8s。 Authors have explained everything with good examples。 If you want to read about k8s, then this is the book for you