Skip to main content

Posts

Showing posts from December, 2017

Building continuous delivery pipelines in Hybrid Clouds

Building Continuous Delivery Pipelines Complex release management and multiple release pipelines in a dynamic product development environment catering to high demand of products in short interval of time requires an hybrid cloud approach whereby you can use the elasticity of vast public cloud as and when required and top it off with abundant use of container world to address short lived releases in CI/CD environment providing self healing builds with easy reruns on failures. The new approach of addressing the demands of startup or enterprise companies scaling sudden exponential growths requires throttling release pipelines from your onprem datacenter or private cloud to public cloud without any upfront cost of planning data center requirements every quarter and staggering the production. The first step is to understand How pipelines work in most of the current implementations. Set up a continuous integration system to automatically test new changes to a repository ...