In the beginning there was the monolith. It was easy to deploy and easy to keep it running, we had only one thing (or a few) to keep an eye on.
But it was not perfect.
It was hard to scale individual components, changes in one tiny part of the application required a whole redeployment and the lack of clear boundaries could lead to a design that was not-so-great.
The industry started converging to microservice-based architectures. What was before a single application became dozens of services that could be more easily scaled and deployed individually.
But it was not perfect.
Having dozens, hundreds, or thousands of services running reliably is no easy task. It was clear we needed a way to orchestrate these applications and services that are now running in containers. That's where Kubernetes comes into play.
Kubernetes was created to solve Google's needs, was later open-sourced and donated to CNCF and is now used by more companies than I'd be able to list here. It is solving a very hard problem, so let's not be naive and think it's a simple tool. Kubernetes is complex, but getting started should be easier.
You start studying Kubernetes. They start talking about cgroups, pid namespaces and overlay networks and you have no idea why you should care. You just want to learn how to run your applications and what Kubernetes brings to the table.
It doesn't need to be this hard.
Kubernetes is, no doubt, a very complex tool, but it does an amazing job at abstracting that complexity from us so we can start using it and learning about what is really important: How do I run my applications reliably?
We will have plenty of time to get down to the nitty-gritty of Kubernetes, but that shouldn't be the focus when you are starting out.
This book is practical, we will run applications with Kubernetes from chapter one. You will learn everything you need to know to reliably run your own applications, both locally and with a cloud provider. We will see how to scale our applications, different ways to expose them to the outside world, how to deal with configs and secrets our apps need, handle rollouts with zero downtime and more!
The book was written for beginners that want to learn Kubernetes quickly and it focuses on what is really important. It's practical and for every topic we discuss there will be examples you can follow along.
We will not focus on how to operate a Kubernetes cluster, or go super deep in the details of how Docker and Kubernetes are implemented. There are better resources out there covering this.
If you are not sure, take a look at the free sample to see the format that is followed. If you decide to buy it and are not happy, just send me an email and I'll refund you, no hard feelings.
I purchased "Kubernetes In Practice" by @brianstorti and I have to say it looks like what 90% of the industry needs to read to get started with @kubernetesio or to decide that it's unnecessary for their systems/deployments. Thanks, Brian!https://t.co/xPgGyotMN7
— Vaughn Vernon (@VaughnVernon) September 4, 2019
Kubernetes in Practice https://t.co/tsIipGFrWU by Brian Storti is the featured book on the Leanpub homepage! https://t.co/7B8N7ZWvYT cc @brianstorti
— Leanpub (@leanpub) May 19, 2020
I want to highly recommend this book if you want a hands-on, cut to the chase development in Kubernetes. Specially if you starting with it. Ah... you can get a free sample first if you think I'm BSing you ;) - "Kubernetes in Practice" https://t.co/bAnYxoMXrU
— Junior Ales (@junior_ales) April 24, 2019
Bought @brianstorti 's KubernetesInPractice book via https://t.co/ta00XzT7dO
— Ganesh Chandrasekaran (@gchandra) May 28, 2021
Simple and explanations are to the dot.
Hi! I'm Brian (@brianstorti) and I've been writing software professionally since 2007. I currently work as an Infrastructure Engineer at Tremendous, and was a Senior Consultant at ThoughtWorks before that. I also have a blog.
These days I spend most of my time working with Kubernetes and helping engineering teams, so I was able to experience very closely the pains of learning Kubernetes and all the noise that is in the way, and that's why I decided to write this book.
If you have any questions or if I can help somehow, feel free to send me an email or message on twitter. I'll do my best to help.