Author: Pushkar Joglekar
1
Ebook

The Kubernetes Book. A Comprehensive Guide to Container Orchestration and Cloud-Native Deployment - Third Edition

Nigel Poulton, Pushkar Joglekar

Kubernetes is a powerful container orchestration platform that enables efficient application deployment, scaling, and management. This book begins with foundational concepts, explaining Kubernetes architecture, control planes, worker nodes, and the declarative model. Readers will learn how to set up a Kubernetes environment using tools like Docker Desktop and cloud-based solutions.The book then covers core operational topics, including Pods, Deployments, Namespaces, and Services, providing hands-on exercises to reinforce learning. Networking, storage, and security are explored in depth, with real-world examples of managing applications, configuring RBAC, and using ConfigMaps and Secrets. Advanced topics such as StatefulSets, the Kubernetes API, and service discovery offer insights into optimizing and securing Kubernetes workloads.Security is a key focus, with chapters dedicated to API security, threat modeling, and real-world Kubernetes security practices. Readers will gain practical knowledge on securing clusters, managing access controls, and mitigating common threats. By the end, they will be equipped with the skills to deploy, scale, and secure Kubernetes environments effectively.

2
Ebook

The Kubernetes Book. Navigate the world of Kubernetes with expertise - Second Edition

Nigel Poulton, Pushkar Joglekar

Containers transformed how we package and deploy applications, but they came with inherent challenges. Kubernetes is a platform for deploying and managing containerized applications at scale. It also abstracts underlying infrastructure, making it easier to deploy and manage applications across heterogenous clouds and on-premises environments. The Kubernetes Book offers a beginner-friendly approach to mastering Kubernetes architecture and core concepts such as Pods, Deployments, Services, StatefulSets, Ingress, & ConfigMaps. It also demystifies the Kubernetes API, teaches you how to secure Kubernetes, and brings you up to speed with important cloud-native concepts such as microservices, declarative configuration, desired state, & reconciliation. The book also serves as a comprehensive guide for software developers, systems administrators, cloud engineers, and architects to help them master Kubernetes. It offers the most precise explanations and is full of practical examples to help develop applications on a laptop and then deploy them to real-world Kubernetes environments. The Kubernetes Book is updated annually, meaning it's always up to date with the latest and greatest in the Kubernetes and cloud-native ecosystems.

3
Ebook

The Kubernetes Book. The fastest way to get your head around Kubernetes

Nigel Poulton, Pushkar Joglekar

Kubernetes is the leading orchestrator of cloud-native apps. With knowledge of how to work with Kubernetes, you can easily deploy and manage applications on the cloud or in your on-premises data center. The book begins by introducing you to Kubernetes and showing you how to install it. You’ll learn how to use Kubernetes Services and bring stable and reliable networking to apps that are deployed on Kubernetes. You'll delve deep into the powerful storage subsystem of Kubernetes and learn how to leverage the variety of external storage backends in your applications. As the book progresses, it shows you how to use features such as DaemonSets, Helm, and RBAC to enhance your Kubernetes applications. You'll explore the six categories of identifying vulnerabilities and look at a few ways to prevent and mitigate them. You'll also look at ways to secure the software delivery pipeline by discussing some image-related best practices. The book ends by sharing with you some resources that’ll help take your Kubernetes knowledge to the next level.By the end of the book, you’ll have the confidence and skills to leverage all the features of Kubernetes to develop scalable applications.