Version Control With Helm
--
Automation and Traceability With Separation of Concerns
Part of the battle against complexity is ‘divide and conquer.’ Separating out portions of a process with limited connections can lead to easier development and comprehension.
One separation that is relatively easy to identify and implement is partitioning application code and deployment description. In this article, I will go over the…