Cloud Native Go - Matthew A. Titmus

Cloud Native Go

By Matthew A. Titmus

  • Release Date: 2021-04-20
  • Genre: Network

Description

What do Docker, Kubernetes, and Prometheus have in common? All of these cloud native technologies are written in the Go programming language. This practical book shows you how to use Go's strengths to develop cloud native services that are scalable and resilient, even in an unpredictable environment. You'll explore the composition and construction of these applications, from lower-level features of Go to mid-level design patterns to high-level architectural considerations.

Each chapter builds on the lessons of the last, walking intermediate to advanced developers through Go to construct a simple but fully featured distributed key-value store. You'll learn best practices for adopting Go as your development language for solving cloud native management and deployment issues.
Learn how cloud native applications differ from other software architecturesUnderstand how Go can solve the challenges of designing scalable distributed servicesLeverage Go's lower-level features, such as channels and goroutines, to implement a reliable cloud native serviceExplore what "service reliability" is and what it has to do with cloud nativeApply a variety of patterns, abstractions, and tooling to build and manage complex distributed systems

Comments