Did you hit a wall when scaling your service? Want to make sure that your application will scale from the start? Start with 12 Factor Application design principles, that enable you to scale your app to thousands of instances with a flip of a switch. Set up your own Docker swarm and put your scale-ability to a test.
This is a book filled with examples on how to use Docker and Go to create the ultimate 12 Factor applications.
It’s a good book for devs who want to know what products to use
This book is not for operations engineers who want to know how to build go applications following 12 factor guidelines. It does contain a lot of hints in that direction though so it isn’t a total loss. I was hoping for something that outlined clear coding practices within the 12 factor framework. What this book is though is a great breakdown of software that a beginner would want to know about for dabbling in deploying go apps using 12 factor methodologies.