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
Cloud Native Go
What do Docker, Kubernetes, and Prometheus have in common? All of these cloud native technologies are …
book
Efficient Go
With technological advancements, fast markets, and higher complexity of systems, software engineers tend to skip the …
book
Concurrency in Go
Concurrency can be notoriously difficult to get right, but fortunately, the Go open source programming language …
book
Designing Machine Learning Systems
Machine learning systems are both complex and unique. Complex because they consist of many different components …