Rancher vs Travis CI: What are the differences?
What is Rancher? Open Source Platform for Running a Private Container Service. Rancher is an open source container management platform that includes full distributions of Kubernetes, Apache Mesos and Docker Swarm, and makes it simple to operate container clusters on any cloud or infrastructure platform.
What is Travis CI? A hosted continuous integration service for open source and private projects. Free for open source projects, our CI environment provides multiple runtimes (e.g. Node.js or PHP versions), data stores and so on. Because of this, hosting your project on travis-ci.com means you can effortlessly test your library or applications against multiple runtimes and data stores without even having all of them installed locally.
Rancher and Travis CI are primarily classified as "Container" and "Continuous Integration" tools respectively.
Some of the features offered by Rancher are:
- Manage Hosts, Deploy Containers, Monitor Resources
- User Management & Collaboration
- Native Docker APIs & Tools
On the other hand, Travis CI provides the following key features:
- Easy Setup- Getting started with Travis CI is as easy as enabling a project, adding basic build instructions to your project and committing code.
- Supports Your Platform- Lots of databases and services are pre-installed and can simply be enabled in your build configuration, we'll launch them for you automatically. MySQL, PostgreSQL, ElasticSearch, Redis, Riak, RabbitMQ, Memcached are available by default.
- Deploy With Confidence- Deploying to production after a successful build is as easy as setting up a bit of configuration, and we'll deploy your code to Heroku, Engine Yard Cloud, Nodejitsu, cloudControl, OpenShift, and CloudFoundry.
"Easy to use", "Open source and totally free" and "Multi-host docker-compose support" are the key factors why developers consider Rancher; whereas "Github integration", "Free for open source" and "Easy to get started" are the primary reasons why Travis CI is favored.
Rancher is an open source tool with 11.8K GitHub stars and 1.31K GitHub forks. Here's a link to Rancher's open source repository on GitHub.
According to the StackShare community, Travis CI has a broader approval, being mentioned in 666 company stacks & 613 developers stacks; compared to Rancher, which is listed in 88 company stacks and 35 developer stacks.