Beyond the Twelve-Factor App: Exploring the DNA of Highly Scalable, Resilient Cloud Applications

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"

Author(s): Kevin Hoffman
Edition: 1
Publisher: O’Reilly Media, Inc.
Year: 2016

Language: English
Pages: 58

Cover
Pivotal
Copyright
Table of Contents
Foreword
Preface
The Original 12 Factors
Beyond the Twelve-Factor Application
Chapter 1. One Codebase, One Application
Chapter 2. API First
Why API First?
Building Services API First
Chapter 3. Dependency Management
Reliance on the Mommy Server
Modern Dependency Management
Chapter 4. Design, Build, Release, Run
Design
Build
Release
Run
Chapter 5. Configuration, Credentials, and Code
Externalizing Configuration
Chapter 6. Logs
Chapter 7. Disposability
Chapter 8. Backing Services
Chapter 9. Environment Parity
Time
People
Resources
Every Commit Is a Candidate for Deployment
Chapter 10. Administrative Processes
Chapter 11. Port Binding
Avoiding Container-Determined Ports
Avoiding Micromanaging Port Assignments
Applications are Backing Services
Chapter 12. Stateless Processes
A Practical Definition of Stateless
The Share-Nothing Pattern
Data Caching
Chapter 13. Concurrency
Chapter 14. Telemetry
Chapter 15. Authentication and Authorization
Chapter 16. A Word on Cloud Native
What Is Cloud Native?
Why Cloud Native?
The Purist vs the Pragmatist
Chapter 17. Summary
About the Author