Continuous Deployment Made Easy with Skipper - Mark Pollack

December 14, 2017

Spring Cloud Skipper is a continuous delivery platform that makes it easy to discover, install, upgrade, and rollback applications across multiple cloud platforms such as Cloud Foundry and Kubernetes. Skipper stores a versioned history of application manifests that declaratively describe how your applications were deployed in the cloud. When upgrading a set of applications, Skipper only upgrades the applications that have changed and rolls out the new applications based on a customizable upgrade strategy. Skipper also maintains custom application metadata of deployed applications that can be used to support operational dashboards. In this talk, you will learn how to build continuous delivery pipelines using existing CI products and application repositories by adding Skipper. We will demonstrate how to take applications through initial deployment to QA, promotion to production, and rolling back across multiple cloud platforms. Mark Pollack, Software Developer, Pivotal Filmed at SpringOne Platform 2017

Previous
Test Driven Development with Spring Boot - Sannidhi Jalukar, Madhura Bhave
Test Driven Development with Spring Boot - Sannidhi Jalukar, Madhura Bhave

Ever wonder how to test a hard problem like caching or write an integration test without making an external...

Next Video
State or Events? Which Shall I Keep? - Jakub Pilimon, Kenny Bastani
State or Events? Which Shall I Keep? - Jakub Pilimon, Kenny Bastani

Tired of fancy abstractions without actual down to earth implementation? In this talk we will go through bo...