Book description
The way developers design, build, and run software has changed significantly with the evolution of microservices and containers. These modern architectures offer new distributed primitives that require a different set of practices than many developers, tech leads, and architects are accustomed to. With this focused guide, Bilgin Ibryam and Roland Huss provide common reusable patterns and principles for designing and implementing cloud native applications on Kubernetes.
Each pattern includes a description of the problem and a Kubernetes-specific solution. All patterns are backed by and demonstrated with concrete code examples. This updated edition is ideal for developers and architects familiar with basic Kubernetes concepts who want to learn how to solve common cloud native challenges with proven design patterns.
You'll explore:
- Foundational patterns covering core principles and practices for building and running container-based cloud native applications
- Behavioral patterns that delve into finer-grained concepts for managing various types of container and platform interactions
- Structural patterns for organizing containers within a Pod for addressing specific use cases
- Configuration patterns that provide insight into how application configurations can be handled in Kubernetes
- Security patterns for hardening the access to cloud native applications running on KubernetesAdvanced patterns covering more complex topics such as operators and autoscaling
Table of contents
- Foreword
- Preface
- 1. Introduction
- I. Foundational Patterns
- 2. Predictable Demands
- 3. Declarative Deployment
- 4. Health Probe
- 5. Managed Lifecycle
- 6. Automated Placement
- II. Behavioral Patterns
- 7. Batch Job
- 8. Periodic Job
- 9. Daemon Service
- 10. Singleton Service
- 11. Stateless Service
- 12. Stateful Service
- 13. Service Discovery
- 14. Self Awareness
- III. Structural Patterns
- 15. Init Container
- 16. Sidecar
- 17. Adapter
- 18. Ambassador
- IV. Configuration Patterns
- 19. EnvVar Configuration
- 20. Configuration Resource
- 21. Immutable Configuration
- 22. Configuration Template
- V. Security Patterns
- 23. Process Containment
- 24. Network Segmentation
- 25. Secure Configuration
- 26. Access Control
- VI. Advanced Patterns
- 27. Controller
- 28. Operator
- 29. Elastic Scale
- 30. Image Builder
- Afterword
- Index
- About the Authors
Product information
- Title: Kubernetes Patterns, 2nd Edition
- Author(s):
- Release date: March 2023
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781098131685
You might also like
book
Generative Deep Learning, 2nd Edition
Generative AI is the hottest topic in tech. This practical book teaches machine learning engineers and …
book
Designing Data-Intensive Applications
Data is at the center of many challenges in system design today. Difficult issues need to …
book
Flow Architectures
Software development today is embracing events and streaming data, which optimizes not only how technology interacts …
book
Building Microservices, 2nd Edition
As organizations shift from monolithic applications to smaller, self-contained microservices, distributed systems have become more fine-grained. …