DEV Community

Discussion on: CI/CD for Microservices on DigitalOcean Kubernetes

Collapse
 
joehobot profile image
Joe Hobot • Edited

Looks neat. Since you are co-founder of Semaphore, what are some major differences between your product and say buildkite/spinnaker/travisci/jenkins ?

Bonus questions:

How does a rollback work ? Do charts and code rollback together?

Collapse
 
markoa profile image
Marko Anastasov

Thanks for asking. :) With Jenkins and Spinnaker you operate your own CI/CD. Semaphore is a full service, no maintenance or scaling required. Fundamental difference.

Check this blog post for an outline of Semaphore features that'd make a difference if you're coming from Travis.

Rollback is typically a re-deploy of a previous revision, whatever that includes for your system.