Kubernetes for Developers reveals practical and painless methods for deploying your apps on Kubernetes--even for small-to-medium sized applications! You'll learn how to migrate your existing apps onto Kubernetes without a rebuild, and implement modern cloud native architectures that can handle your future growth.
Inside, you'll learn how to:
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the technology
Modern software needs to perform at scale while effectively handling load balancing, state and security. Kubernetes makes these tasks easier and more reliable for apps of any size. This book, written especially for software developers creating applications that run on Kubernetes, shows you exactly how to address these and other important issues.
About the book
Kubernetes for Developers covers everything you need to know to containerize and deploy an app on Kubernetes from the developer's perspective. You'll start by creating a small application you can run on a cloud-based Kubernetes cluster. Then, you'll systematically explore best practices for stable long-term deployment, including scaling, capacity planning, and resource optimization.
What's inside
For developers familiar with building or deploying web applications. No Docker or Kubernetes experience required.
About the author
William Denniss is a product manager at Google working on Google Kubernetes Engine.
Table of Contents
PART 1 Getting started with Kubernetes
1 Kubernetes for application deployment
2 Containerizing apps
3 Deploying to Kubernetes
4 Automated operations
5 Resource management
PART 2 Going to production
6 Scaling up
7 Internal services and load balancing
8 Node feature selection
9 Stateful applications
10 Background processing
11 GitOps: Configuration as code
12 Securing Kubernetes