Need advice about which tool to choose?Ask the StackShare community!
Bamboo vs Concourse: What are the differences?
Introduction
Bamboo and Concourse are two popular continuous integration and continuous deployment (CI/CD) tools used by developers for automating the software development process. Despite serving the same purpose, there are key differences that set them apart.
Pipeline Configuration: Bamboo uses a graphical user interface for defining pipelines, whereas Concourse uses a declarative code (YAML) approach, making pipeline configurations more code-centric and easier to version control.
Scalability: Bamboo is known to struggle with scalability when handling a large number of concurrent builds, whereas Concourse is designed to be highly scalable and distributed, making it more suitable for large and complex projects.
Resource Utilization: Concourse excels in resource utilization by running each task in its own container, ensuring efficient resource isolation and management, whereas Bamboo may share resources among tasks leading to potential bottlenecks.
Dependency Management: Bamboo relies on plugins for integrating with different tools and services, which may create compatibility issues, while Concourse offers built-in resource types for easier dependency management without the need for extensive plugin support.
Community Support: Concourse has a strong open-source community contributing to its development and providing support, whereas Bamboo, being a proprietary tool by Atlassian, may have limited community-driven updates and enhancements.
User Interface: Bamboo offers a visually appealing and user-friendly interface, making it easier for less technical users to navigate and use, while Concourse focuses more on functionality over aesthetics, catering to a more technical audience.
In Summary, Bamboo and Concourse differ in pipeline configuration, scalability, resource utilization, dependency management, community support, and user interface, all of which contribute to their suitability for different development environments and projects.
I'm planning to setup complete CD-CD setup for spark and python application which we are going to deploy in aws lambda and EMR Cluster. Which tool would be best one to choose. Since my company is trying to adopt to concourse i would like to understand what are the lack of capabilities concourse have . Thanks in advance !
I would definetly recommend Concourse to you, as it is one of the most advanced modern methods of making CI/CD while Jenkins is an old monolithic dinosaur. Concourse itself is cloudnative and containerbased which helps you to build simple, high-performance and scalable CI/CD pipelines. In my opinion, the only lack of skills you have with Concourse is your own knowledge of how to build pipelines and automate things. Technincally there is no lack, i would even say you can extend it way more easily. But as a Con it is more easy to interact with Jenkins if you are only used to UIs. Concourse needs someone which is capable of using CLIs.
Pros of Bamboo
- Integrates with other Atlassian tools10
- Great notification scheme4
- Great UI2
- Has Deployment Projects1
Pros of Concourse
- Real pipelines16
- Containerised builds10
- Flexible engine9
- Fast6
- Open source4
- No Snowflakes3
- Simple configuration management3
- You have to do everything2
- Fancy Visualization1
Sign up to add or upvote prosMake informed product decisions
Cons of Bamboo
- Expensive6
- Low community support1
- Bad UI1
- Bad integration with docker1
Cons of Concourse
- Fail forward instead of rollback pattern2