59 books
—
61 voters
Goodreads helps you keep track of books you want to read.
Start by marking “Kubernetes in Action” as Want to Read:
Kubernetes in Action
by
With Kubernetes, users don't have to worry about which specific machine in their data center their application is running on. Each layer in their application is decoupled from other layers so they can scale, update, and maintain them independently.
Kubernetes in Action teaches developers how to use Kubernetes to deploy self-healing scalable distributed applications. By the ...more
Kubernetes in Action teaches developers how to use Kubernetes to deploy self-healing scalable distributed applications. By the ...more
Paperback, 624 pages
Published
December 31st 2017
by Manning Publications
Friend Reviews
To see what your friends thought of this book,
please sign up.
Reader Q&A
To ask other readers questions about
Kubernetes in Action,
please sign up.
Be the first to ask a question about Kubernetes in Action
Community Reviews
Showing 1-30

Start your review of Kubernetes in Action

I can't really believe I'm really writing these words right now ... but this is currently the best (by far) book on Kubernetes & its ecosystem. It's even better than famous Kelsey's "Kubernetes. Up & Running."
It starts with the basics, but progresses very quickly. Some of the advanced concepts were significantly beyond what I've expected (e.g. extending K8s). The chapter on internals was VERY interesting, so was the best description of ConfigMaps I've ever found. Quality stuff. Chapters on state ...more
It starts with the basics, but progresses very quickly. Some of the advanced concepts were significantly beyond what I've expected (e.g. extending K8s). The chapter on internals was VERY interesting, so was the best description of ConfigMaps I've ever found. Quality stuff. Chapters on state ...more

If you're going to use Kubernetes, you need to read this book.
* It covers absolutely everything you need to know, starting with a basic intro to Docker and going deeper and deeper until you're taking a detailed look at Kubernetes internals. I was particularly happy to see all the different ways you can interact with Kubernetes, including the kubectl CLI, the REST API, local proxying, SSH, ambassador containers, and so on.
* It's nicely organized so you can skip to exactly the content you want.
* ...more
* It covers absolutely everything you need to know, starting with a basic intro to Docker and going deeper and deeper until you're taking a detailed look at Kubernetes internals. I was particularly happy to see all the different ways you can interact with Kubernetes, including the kubectl CLI, the REST API, local proxying, SSH, ambassador containers, and so on.
* It's nicely organized so you can skip to exactly the content you want.
* ...more

Very solid introduction into Kubernetes.
Could be slightly outdated, but that's my problem - I could find time to read it long after I bought the book... ...more
Could be slightly outdated, but that's my problem - I could find time to read it long after I bought the book... ...more

A very well-written, in-depth book about Kubernetes. I expected it to be a little bit boring and complex. Turned out, it's super interesting. But still complex :)
It doesn't simply list Kubernetes concepts, providing usage examples + descriptions of them. It explains why they're created and _how_ they're created, so they fit nicely into a coherent picture of the Kubernetes ecosystem.
There are a lot of "a-ha!" moments. There are also a lot of "how did I live without it?!" moments. Totally recommen ...more
It doesn't simply list Kubernetes concepts, providing usage examples + descriptions of them. It explains why they're created and _how_ they're created, so they fit nicely into a coherent picture of the Kubernetes ecosystem.
There are a lot of "a-ha!" moments. There are also a lot of "how did I live without it?!" moments. Totally recommen ...more

For anyone wanting to dive deep into the world of Kubernetes—even in 2019—this is a must-read. Sure, Kubernetes has changed a lot since the time this book was authored but the fundamentals remain almost the same. The author even describes upcoming changes (which are the status-quo) in detail in the book so that you really don't feel like you're reading outdated content. There are definitely more up-to-date books at present but I haven't found a single one so far, that covers concepts from contai
...more

Best book about Kubernetes on the market!
I’m not new to K8s, therefore I was sceptic about this book, another entry level info. I was tremendously wrong! This book filled holes and connected dots that I needed like nothing else. My understanding of how k8s works and how things are done is much deeper helping me become better at this technology.
It also a best-arranged book I've seen. It helps to understand each concept before it introduces a new one. I was even looking if specific words will be u ...more
I’m not new to K8s, therefore I was sceptic about this book, another entry level info. I was tremendously wrong! This book filled holes and connected dots that I needed like nothing else. My understanding of how k8s works and how things are done is much deeper helping me become better at this technology.
It also a best-arranged book I've seen. It helps to understand each concept before it introduces a new one. I was even looking if specific words will be u ...more

Absolutely a must-read if you care about the topic.
The book is well written, the writing actually stands out quite a bit from the crow of technical books.
Each chapter assumes no previous knowledge and explain both the why and the how of things.
I’m sure the book will be on my desk for a while as it’s so detailed it makes a great reference as well.
The book is well written, the writing actually stands out quite a bit from the crow of technical books.
Each chapter assumes no previous knowledge and explain both the why and the how of things.
I’m sure the book will be on my desk for a while as it’s so detailed it makes a great reference as well.

A very good run through of Kubernetes from a developer's point of view. As someone just beginning to dip their toes into containerization in general I found this helpful.
...more

The rise of Kubernetes as one of the most important tools for devops engineers and developers is out of discussion. But until I moved into my current company I never had any chance to actually use Docker, not to speak of Kubernetes. But it became necessary for me to learn it, so …
I choose the Kubernetes book Kubernetes in Action from Manning, mostly because I have very good experience with Manning books (and actually have collected quite an amount of them), and I wasn’t disappointed.
The book exp ...more
I choose the Kubernetes book Kubernetes in Action from Manning, mostly because I have very good experience with Manning books (and actually have collected quite an amount of them), and I wasn’t disappointed.
The book exp ...more

This might well be the best resource for learning K8s available right now. I've only finished half the book because I don't need to learn the more advanced material right now and I'm waiting for the second edition, which should be out in July. If you've heard of Docker, I recommend this book without reservation.
Most resources for learning K8s are reference material that don't adequately explain the underlying abstractions being used, which left me struggling to understand why K8s seems so needle ...more
Most resources for learning K8s are reference material that don't adequately explain the underlying abstractions being used, which left me struggling to understand why K8s seems so needle ...more

Great book for people willing to understand Kubernetes. It is massive (600 pages) and goes into a lot of details. But the way it is explained makes the reading pleasant and interesting. The author always starts with some simple use cases and builds on it towards more complex scenarios.
This makes the reading quite understandable and it avoids the pitfall of listing out all features one by one.
This is why it is surprising for a book of this size to remain enjoyable and readable.
A piece which is ma ...more
This makes the reading quite understandable and it avoids the pitfall of listing out all features one by one.
This is why it is surprising for a book of this size to remain enjoyable and readable.
A piece which is ma ...more

Pretty good introduction to Kubernetes, covers most of the resources you need to know about with clear, sensible explanations. I was slightly disappointed by the "setting up your own cluster" chapter - it covers only basics. Naively I expected more than a description of kubeadm, but guess not many people are interested in "the hard way" anymore as they don't have on-prem clusters. On the other hand, "Extending Kubernetes" chapter was really good.
Please note that this book was published in Decemb ...more
Please note that this book was published in Decemb ...more

I've read Kubernetes in Action at the same time with deploying a Kubernetes Cluster. I can say that for understanding Kubernetes is a very good book, but for using Kubernetes in production with integration with tools such as Helm or an external Load Balancer like BigIP it won't help you very much. I will like to see also some Kubernetes deployment patterns, more details about how to setup a Kubernetes cluster for geographic redundancy and more things like these that are mandatory in an enterpris
...more

Loved reading Marko's casual style. Marko starts from the basics of containers, Kubernetes. its usage and then dive in-depth about the inner workings of Kubernetes. Both new users and advanced users can learn many things from Marko's experience working in the Kubernetes community. Especially I liked the chapters about CRD, Open Service BRoker APIs where no other books have covered in detail. Till date, this is one of the best Kubernetes books out there both for new learners and advanced users.
...more

Finally. This book is a solid illustrated guide to Docker and Kubernetes. It starts by explaining the fundamental concepts and then proceeds on to the explanation of various Kubernetes building blocks and resources. And it doesn't stop there. In later chapters, it expands on Kubernetes' extensibility, best practices and covers some advanced scenarios such as cluster federation. No need to read it cover-to-cover.
...more

In the age of internet with online learning and video courses, reading a book on technology doesn't look like the top choice, but not with this book! Exceptionally well written with easy to understand explanation of all concepts of K8, along with demos that you can practice. This book, at least for me, proved far more effective than many other interactive online resources that I was following.
Good job Marko! ...more
Good job Marko! ...more

The best book on kubernetes available so far. At the time I read it, kubernetes was many versions ahead of the book and, yet, it was extremely useful and complete. Working with kubernetes in my day to day, I returned to the book several times to get some advice or to check how something works. I can state that great part of my knowledge on kubernetes was taken from this book.

When you find yourself in a position that you need to work with Kubernetes, you need need to read this book. It had very clear explanations and the chapters really progressed well from easy to the more complicated stuff. I recommend this to anyone who's getting into or is in the Kubernetes ecosystem.
...more

Excellent book! As I started reading it, I though I'll skip quickly through the basics and get to the advanced topics. But I found myself learning so many things and understand k8s much better even in the "concepts" part of the book.
...more

This is an excellent and exhaustive resource on Kubernetes. It provides details on basic/advanced usage as an end-user, as well as a deep dive into the system's internals. Strong 5.
...more
There are no discussion topics on this book yet.
Be the first to start one »
Goodreads is hiring!
Related Articles
San Francisco is a gold rush town. There aren’t many books about people in their 20s who move to Silicon Valley with dreams of earning a living...
34 likes · 2 comments
No trivia or quizzes yet. Add some now »