Book description
The way developers design, build, and run software has changed significantly with the evolution of microservices and containers. These modern architectures use new primitives that require a different set of practices than most developers, tech leads, and architects are accustomed to. With this focused guide, Bilgin Ibryam and Roland Huß from Red Hat provide common reusable elements, patterns, principles, and practices for designing and implementing cloud-native applications on Kubernetes.
Each pattern includes a description of the problem and a proposed solution with Kubernetes specifics. Many patterns are also backed by concrete code examples. This book is ideal for developers already familiar with basic Kubernetes concepts who want to learn common cloud-native patterns.
You’ll learn about the following pattern categories:
- Foundational patterns cover the core principles and practices for building container-based cloud-native applications.
- Behavioral patterns explore finer-grained concepts for managing various types of container and platform interactions.
- Structural patterns help you organize containers within a pod, the atom of the Kubernetes platform.
- Configuration patterns provide insight into how application configurations can be handled in Kubernetes.
- Advanced patterns cover more advanced topics such as extending the platform with operators.
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. Stateful Service
- 12. Service Discovery
- 13. Self Awareness
- III. Structural Patterns
- 14. Init Container
- 15. Sidecar
- 16. Adapter
- 17. Ambassador
- IV. Configuration Patterns
- 18. EnvVar Configuration
- 19. Configuration Resource
- 20. Immutable Configuration
- 21. Configuration Template
- V. Advanced Patterns
- 22. Controller
- 23. Operator
- 24. Elastic Scale
- 25. Image Builder
- Afterword
- Index
Product information
- Title: Kubernetes Patterns
- Author(s):
- Release date: April 2019
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781492050230
You might also like
book
Software Engineering at Google
Today, software engineers need to know not only how to program effectively but also how to …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …
book
Python for DevOps
Much has changed in technology over the past decade. Data is hot, the cloud is ubiquitous, …
book
Building Event-Driven Microservices
Organizations today often struggle to balance business requirements with ever-increasing volumes of data. Additionally, the demand …