Book description
Learn how to use Go's strengths to develop services that are scalable and resilient even in an unpredictable environment. With this book's expanded second edition, Go developers will explore the composition and construction of cloud native applications, from lower-level Go features and mid-level patterns to high-level architectural considerations.
Each chapter in this new edition builds on the lessons of the previous chapter, taking intermediate to advanced developers through Go to construct a simple but fully featured distributed key-value store. You'll learn about Go generics, dependability and reliability, memory leaks, and message-oriented middleware. New chapters on security and distributed state delve into critical aspects of developing secure distributed cloud native applications.
With this book you will:
- Learn the features that make Go an ideal language for building cloud native software
- Understand how Go solves the challenges of designing scalable distributed services
- Design and implement a reliable cloud native service by leveraging Go's lower-level features such as channels and goroutines
- Apply patterns, abstractions, and tooling to effectively build and manage complex distributed systems
- Overcome stumbling blocks when using Go to build and manage a cloud native service
Publisher resources
Table of contents
- Preface
- I. Going Cloud Native
- 1. What Is a “Cloud Native” Application?
- 2. Why Go Rules the Cloud Native World
- II. Cloud Native Go Constructs
- 3. Go Language Foundations
- 4. Cloud Native Patterns
- 5. Building a Cloud Native Service
- III. The Cloud Native Attributes
- 6. Cloud Native Design Principles
- 7. Scalability
- 8. Loose Coupling
- 9. Resilience
- 10. Manageability
- 11. Observability
- 12. Security
- 13. Distributed State
- Index
- About the Author
Product information
- Title: Cloud Native Go, 2nd Edition
- Author(s):
- Release date: October 2024
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781098156428
You might also like
book
Terraform: Up and Running, 3rd Edition
Terraform has become a key player in the DevOps world for defining, launching, and managing infrastructure …
video
Kubernetes for the Absolute Beginners - Hands-On
Starting from the fundamental concept of containers, the course gradually unfolds into a comprehensive guide on …
book
Kubernetes: Up and Running, 3rd Edition
This third edition comes with a dedicated playlist of interactive Katacoda labs mapped to each section …
book
System Design on AWS
Enterprises building complex and large-scale applications in the cloud face multiple challenges. From figuring out the …