Introduction
This book will teach you practices to make your Kubernetes deployments more secure. It will introduce you to security features in Kubernetes and tell you about other things you should be aware of in the context of containerized applications running on Kubernetes; for example, container image best practices from a security point of view.
We describe practical techniques and provide an accompanying website with references and recipes, so if you want to follow along, check it out!
Why We Wrote This Book
Kubernetes has rapidly become a popular choice for deploying code “in the cloud” and is now used by enterprises of all sizes to deploy mission-critical applications. However, information about securing Kubernetes is distributed across the internet and in the code itself. We want to make it easier for anyone who is using Kubernetes to think about and address the security of their deployments by gathering information into one resource.
Who Is This Book For?
This book is written for developers, operation folks, and security professionals who are using Kubernetes. Please note that we assume familiarity with basic Kubernetes concepts. If you don’t have that familiarity yet, a great book to get started is Kubernetes: Up and Running by Kelsey Hightower et al. (O’Reilly). In addition, Kubernetes Cookbook by Michael Hausenblas (one of the authors of this book) and Sébastien Goasguen (O’Reilly) provides recipes for common tasks.
In this book, we tackle the technical aspects ...