Cloud Native Patterns: Designing change-tolerant software

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Summary Cloud Native Patternsis your guide to developing strong applications that thrive in the dynamic, distributed, virtual world of the cloud. This book presents a mental model for cloud-native applications, along with the patterns, practices, and tooling that set them apart. About the Technology Cloud platforms promise the holy grail: near-zero downtime, infinite scalability, short feedback cycles, fault-tolerance, and cost control. But how do you get there? By applying cloudnative designs, developers can build resilient, easily adaptable, web-scale distributed applications that handle massive user traffic and data loads. Learn these fundamental patterns and practices, and you'll be ready to thrive in the dynamic, distributed, virtual world of the cloud. About the Book With 25 years of experience under her belt, Cornelia Davis teaches you the practices and patterns that set cloud-native applications apart. With realistic examples and expert advice for working with apps, data, services, routing, and more, she shows you how to design and build software that functions beautifully on modern cloud platforms. As you read, you will start to appreciate that cloud-native computing is more about the how and why rather than the where. What's inside • The lifecycle of cloud-native apps • Cloud-scale configuration management • Zero downtime upgrades, versioned services, and parallel deploys • Service discovery and dynamic routing • Managing interactions between services, including retries and circuit breakers About the Reader Requires basic software design skills and an ability to read Java or a similar language. About the Author Cornelia Davis is Vice President of Technology at Pivotal Software. A teacher at heart, she's spent the last 25 years making good software and great software developers.

Author(s): Cornelia Davis
Edition: 1
Publisher: Manning Publications Co
Year: 2019

Language: English
Pages: 400
City: Shelter Island, NY
Tags: Cloud Computing; Internet of Things; Web Applications; Logging; Microservices; Redundancy; Design Patterns; Downtime; Troubleshooting; Continuous Delivery; Software Development Life Cycle; Routing

PART 1 - THE CLOUD-NATIVE CONTEXT
1. You keep using that word: Defining "cloud-native"
2. Running cloud-native applications in production
3. The platform for cloud-native software


PART 2 - CLOUD-NATIVE PATTERNS
4. Event-driven microservices: It's not just request/response
5. App redundancy: Scale-out and statelessness
6. Application configuration: Not just environment variables
7. The application lifecycle: Accounting for constant change
8. Accessing apps: Services, routing, and service discovery
9. Interaction redundancy: Retries and other control loops
10. Fronting services: Circuit breakers and API gateways
11. Troubleshooting: Finding the needle in the haystack
12. Cloud-native data: Breaking the data monolith