I read Continuous Delivery with Spinnaker to catch up with Spinnaker and the bases.
Recent my profession is mobile, but I have some experience/knowledge of distributed systems since I studied the Byzantine General Problems in my university. And I also has caught up with network/tools/fundamentals associated with it. (Especially testing and monitoring topics.)
You can learn current problem an solution for continuous delivery against cloud-based complex environments with Spinnaker.
In chapter 1 to 4, you can learn the basic concept of continuous delivery and the current cloud-native world. For example, pipeline-related topics. The pipeline is development pipeline from implementation to deployment through testing.
The testing is not only development testing but also testing in production like Chaos and Canary.
We have two main triggers to kick the pipeline. One is time base, and another is event based. The time base is manual or cron. The event base is git, continuous integration, docker or pipeline.
After chapter 5, you can learn the more real usage of Spinnaker. Of course, you can also know Kubenetis since it is a part of deployment toolset in spinnaker.
From chapter 11, you can learn additional tips for Spinnaker.
This book helps you to understand current problem an solution for continuous delivery against cloud-based complex environments with Spinnaker as I addressed in the above.
For me, it’s significant excited topic about complex/chaos system related problems and how to solve them. So, I enjoyed learning the book.
1 Comment