A major benefit of adopting Kubernetes is the enhancements it brings to the Agile development lifecycle. We have all of these scriptable ways to deploy applications, it wouldn't make sense to skip out on automation.
The first section discusses a special tool called Helm which is essentially a Kubernetes package manager, that you can build packages for. It gives you history and rollback capabilities out of the box, for any deployment done via this tool.
We will also cover Jenkins, Immutable Builds, and Integration testing, to close out the workshop.