I am using Tekton for continuous integration in our project.
DevOps Engineer at Orochi Network
Optimize resource use with Kubernetes integration and an open-source approach
Pros and Cons
- "The feature that I like most about Tekton is that it is built for Kubernetes, so we can utilize our resources effectively."
- "Tekton should have more accessibility for some rare use cases so that we can have more references when applying some techniques to our pipeline."
What is our primary use case?
What is most valuable?
The feature that I like most about Tekton is that it is built for Kubernetes, so we can utilize our resources effectively.
What needs improvement?
Tekton should have more accessibility for some rare use cases so that we can have more references when applying some techniques to our pipeline.
For how long have I used the solution?
I have been using Tekton since February.
Buyer's Guide
Tekton
October 2024
Learn what your peers think about Tekton. Get advice and tips from experienced pros sharing their opinions. Updated: October 2024.
816,406 professionals have used our research since 2012.
What do I think about the stability of the solution?
If we set it up correctly and know exactly what we have done, it is very stable because it runs on top of Kubernetes.
What do I think about the scalability of the solution?
I can't give an opinion right now because I haven't applied the scale to our deployment. It's only in our staging environment.
How are customer service and support?
I haven't contacted support yet since most of my errors are addressed in their GitHub repository.
How would you rate customer service and support?
Positive
Which solution did I use previously and why did I switch?
I had some experience using Tekton when my company migrated the CI panel from another platform.
How was the initial setup?
The initial setup is rather easy because the tutorial is easy to follow.
What's my experience with pricing, setup cost, and licensing?
Tekton is free to use. It's open source.
What other advice do I have?
I would recommend Tekton to my coworkers if they use Kubernetes most at work. However, if my colleagues don't use Kubernetes, I wouldn't recommend Tekton to them because it is very difficult to understand Tekton if you aren't familiar with Kubernetes.
I'd rate the solution eight out of ten.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Last updated: Oct 27, 2024
Flag as inappropriateFormer Trainee DevOps Engineer at IFS
Offers great customization ability and integration features
Pros and Cons
- "I would say the customization ability that Tekton provides is good."
- "The product's documentation is an area of concern, making it an area where improvements are required."
What is our primary use case?
The CI solution of the team I worked for was based on Tekton. Since Tekton is a Kubernetes native framework, we can easily configure it within a Kubernetes cluster, which has many benefits.
What is most valuable?
I would say the customization ability that Tekton provides is good. As an example, if we look at the pipeline structure of Tekton, a Tekton Pipeline was built with Tekton Tasks. We can specify a Tekton Task within the pipeline YAML. Otherwise, we can specify the task in a separate YAML and add it as a reference within the pipeline so that we can use the Tekton Task as a reusable component in other pipelines as well. Another thing is that we can execute a Tekton Task based on conditions such as "when" expressions. Furthermore, Tekton provides Tekton Triggers. We use Tekton Triggers to dynamically execute a pipeline based on an event, which is also a very useful feature for us. These customization features of Tekton made it more valuable and flexible to use for us.
What needs improvement?
The product's documentation is an area of concern, making it an area where improvements are required.
Apart from the documentation, there is one more thing that I believe needs to improve in Tekton. In the Tekton pipeline structure, there is an optional feature called finally section, where we can add all the core Tekton Tasks, which have to be executed even in a pipeline failure scenario. But the issue is that we cannot give a sequence for the tasks in the finally section, so all the tasks are running simultaneously. I believe if we had a feature to help users add a sequence for the tasks in the finally section, then it would make our lives easier.
The scalability could improve a lot in the future.
For how long have I used the solution?
I have been using Tekton for a year. I am a user of the tool.
What do I think about the stability of the solution?
Sometimes, we face some version compatibility issues, but when we upgrade the version, it gets rectified. Stability-wise, I rate the solution an eight out of ten.
What do I think about the scalability of the solution?
I know that there are more than 20 people using Tekton within our company. As the CI solution in our company is based on Tekton, many people, including new joiners, also have to learn Tekton. Scalability-wise, I rate the solution a seven out of ten.
How are customer service and support?
When our company faced challenges with the tool, we had to do our own trials and errors to find a solution. Sometimes, we had to go through some GitHub issues related to the challenges we faced, but most of the time, we couldn't find an exact solution by looking at the GitHub issues. So we had to try to resolve the issues we faced in Tekton with the knowledge we had. We did not contact Tekton's support team.
What other advice do I have?
Tekton's integration capabilities have helped our company's development workflow. Tekton is a Kubernetes native framework, so most of the command lines that we use in Kubernetes could also be used within Tekton framework. Basically, configuring Tekton Pipelines within our Kubernetes cluster was very easy compared to using other solutions. Overall, the development workflow was easy when using Tekton.
As a beginner who is trying to use Tekton, it will take some effort to learn it because the documentation in Tekton has to improve a lot. There are no tutorials to learn about Tekton because I personally learned it from my seniors and my experience and even when we faced challenges in the development, we couldn't find a solution on the internet. We had to do our own trial and error to find a solution, which was one of the main challenges while using Tekton.
I recommend the tool to others as using Tekton makes our lives easier. As far as I know, many companies don't know about Tekton. If they knew that there is something called Tekton, they would definitely adjust to it.
I rate the tool a nine out of ten.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Last updated: Aug 20, 2024
Flag as inappropriateBuyer's Guide
Tekton
October 2024
Learn what your peers think about Tekton. Get advice and tips from experienced pros sharing their opinions. Updated: October 2024.
816,406 professionals have used our research since 2012.
DevOps Engineer I at a tech services company with 1,001-5,000 employees
Customizable cloud integration with improved performance but needs better documentation
Pros and Cons
- "We can make a lot of customizations, and data sharing between tasks using workspaces is very convenient."
- "Tekton could improve by adding better documentation."
What is our primary use case?
Our primary use case is for cloud integration and cloud deployment. Tekton is a cloud-native tool that we utilize in Kubernetes and OpenShift. It helps us with code integrations and code deployment. We use it for automating various processes and integrating it with our DevOps environment.
How has it helped my organization?
Tekton has improved our performance by allowing us to define metrics and resource limits, enhancing the performance of our whole pipeline. The ability to customize tasks and use custom containers has also allowed us to tailor our workflows to our needs.
What is most valuable?
The customization is valuable. We can make a lot of customizations, and data sharing between tasks using workspaces is very convenient. Moreover, the flexibility and ease of use in creating and attaching new tasks make it very user-friendly. The Tekton UI and user interactions are very good.
What needs improvement?
Tekton could improve by adding better documentation. The documentation needs improvement to clarify supported features and required integrations. Additionally, while it is currently a cloud-native solution limited to Kubernetes, an option to run it locally on our own systems would be very useful. Security integrations and third-party integrations also need enhancement.
For how long have I used the solution?
We have been using the Tekton solution for nearly two years.
What do I think about the stability of the solution?
Tekton is stable and performs well. However, it would benefit from adding new features quickly to stay relevant and helpful.
What do I think about the scalability of the solution?
Tekton is highly scalable due to its cloud-native nature.
How are customer service and support?
We have not escalated any queries to Tekton itself. Since Tekton comes as an integral part of Red Hat, we rely on existing documentation and haven't had any issues requiring direct technical support.
How would you rate customer service and support?
Neutral
Which solution did I use previously and why did I switch?
In the past, we used Jenkins for CI/CD. Each tool has its own use case and pros and cons, but Tekton's cloud-native capabilities and ease of deployment and maintenance make it a better fit for our needs.
How was the initial setup?
The initial setup of Tekton is very straightforward. We install it as an operator in our cluster, making maintenance tasks like auto-upgrades and updates easier.
What's my experience with pricing, setup cost, and licensing?
There is no specific cost related to resource optimization provided by Tekton. We need to manage the resource limits and requests ourselves to prevent resource exhaustion, especially when running on cloud platforms like AWS, Azure, or GCP.
What other advice do I have?
I recommend Tekton to anyone closely interacting with Kubernetes. It is particularly useful for larger teams with complex application deployment requirements. However, for smaller teams or simpler use cases, it may not be necessary.
I'd rate the solution six out of ten.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Other
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Last updated: Sep 25, 2024
Flag as inappropriateEfficient dashboard setup for streamlined DevOps tasks and a helpful community
Pros and Cons
- "I like the setup of the dashboard."
- "Tekton is a good product with all the features I need. There isn't anything that needs improvement."
What is our primary use case?
I use Tekton for DevOps work, where developed applications will be deployed into a cloud Kubernetes or any Kubernetes platform. This process includes all the Docker builds and deployment into the cluster and the notification after deployment or any triggers.
How has it helped my organization?
Tekton has been used for a project where the client wanted their application to be deployed in a Kubernetes cluster, and Tekton is the tool that enables this deployment process.
What is most valuable?
I like the setup of the dashboard. We can see all the tasks, the pipelines, and all the triggers in one place. That's the main use case that I like. Also, the Tekton Hub was very useful with a huge community. It was very useful for sourcing tasks and pipelines.
What needs improvement?
Tekton is a good product with all the features I need. There isn't anything that needs improvement.
For how long have I used the solution?
I have been using Tekton for about one year.
What do I think about the stability of the solution?
The stability of Tekton depends on correct implementation. If implemented correctly, it's a very good product. I haven't faced any stability issues myself.
How are customer service and support?
Most of the time, the community is really helpful. I didn't need to contact support because the Tekton Hub and its community provided adequate support.
How would you rate customer service and support?
Positive
Which solution did I use previously and why did I switch?
We used Flux before. However, we do not really use it now. Now, we use ArgoCD to deploy applications across multiple systems.
How was the initial setup?
The initial setup is straightforward. However, users need to follow the documented steps and version requirements.
What about the implementation team?
Some colleagues in my office had prior experience with Tekton, so I had to help with its implementation.
What other advice do I have?
We have documentation for Tekton content creation for the CNCF course that can be forwarded to help others start using Tekton. I'd rate the solution ten out of ten.
Which deployment model are you using for this solution?
Hybrid Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Other
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Last updated: Sep 18, 2024
Flag as inappropriateDevOps Engineer at a financial services firm with 1,001-5,000 employees
A open-source solution to build and deploy business apps
What is our primary use case?
We use Tekton to build and deploy business apps, which include analytics programming in their strategy. Our DeepLab setup involves routers that trigger Tekton within our clusters to build and deploy their strategy as needed.
What is most valuable?
Tekton is also used in Flutter, eliminating the need for GitLab CI for our setup. While GitLab Runners can handle build and deployment tasks, Tekton offers strong integration with EKS and Kubernetes clusters.
Tekton is useful for us, especially since we use it for all other deployments and in the cloud. In terms of build and deployment capabilities, it can function similarly to GitLab.
What needs improvement?
The Helm Chart for Tekton doesn't come with all the manifests needed for installation; you must apply them manually. I use ArgoCD to upgrade and manage Tekton, but manual updates to the Helm charts are still required.
For how long have I used the solution?
I have been using Tekton for one year.
What do I think about the scalability of the solution?
We have analytics that utilize a negative tone. Around 50 people use this in the cloud. When they need to deploy or release a strategy, they tag it and create a new Tekton task. Tekton then handles building and integrating its strategy within our clusters.
What's my experience with pricing, setup cost, and licensing?
It is open source, like DeepLab Community Edition.
What other advice do I have?
Tekton is easy to use, but updating from older versions can be challenging due to method changes with each release. I've spent a lot of time upgrading it. Once you start using Tekton, you can manage it with just a few files and apply them easily.
The best documentation for Tekton is their CRD for the operator.
Overall, I rate the solution a six out of ten.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Last updated: Sep 2, 2024
Flag as inappropriateDevOps Engineer at Virtusa Global
Streamlined user interface and enhanced DevOps efficiency for increased time savings
Pros and Cons
- "Tekton has a user interface that facilitates time savings, making it more user-friendly than Jenkins."
- "The user interface of Tekton could be improved."
What is our primary use case?
Generally, we are using Tekton for deployments instead of Jenkins. We create pipelines in Tekton for a number of services, each with different logs and requirements, especially in our DevOps practices. I have been using this Tekton pipeline for nearly six months.
How has it helped my organization?
The main benefits we have seen from using Tekton include saving time compared to Jenkins. The user interface is easier to use, and there are no plugins required for installation, unlike Jenkins. Time savings and ease of use are significant advantages.
What is most valuable?
Tekton has a user interface that facilitates time savings, making it more user-friendly than Jenkins. It is easier to handle and eliminates the need for plugin installations.
What needs improvement?
The user interface of Tekton could be improved. Sometimes, it takes more time during production deployments than expected.
For how long have I used the solution?
I have been using the solution for nearly six months.
What do I think about the stability of the solution?
Tekton is stable, easy to use, and currently provides good stability.
What do I think about the scalability of the solution?
Tekton is scalable, and most of our team members are using the Tekton pipeline.
How are customer service and support?
As of now, I haven't asked for technical support. I would approach technical support if I encounter any problems.
How would you rate customer service and support?
Positive
Which solution did I use previously and why did I switch?
Before Tekton, we used Jenkins. Tekton is better than Jenkins in terms of user interface and ease of integration without the need for plugins.
How was the initial setup?
The initial setup took about one week, and there were some doubts on how to operate and execute deployments. But after learning about the tools, the setup was smooth, and everything was configured properly.
What about the implementation team?
Four teams were involved in the deployment process: the ECS team, tenant ops team, DevOps team, and development team.
What was our ROI?
There are efficiency gains due to time savings in pipeline setup compared to Jenkins. This is a major point of efficiency for Tekton.
What other advice do I have?
I would recommend Tekton to other users who are considering its implementation. It's better compared to Jenkins.
I'd rate the solution eight out of ten.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Last updated: Oct 8, 2024
Flag as inappropriateSite Reliability Engineer at Phenom People
Customizable automation with scope for better RBAC and PVC management
Pros and Cons
- "Tekton is a stable product."
- "RBAC is really needed for Tekton."
What is our primary use case?
I use Tekton generally for CI purposes and automation APIs.
How has it helped my organization?
We have created a Helm template for Tekton, and we're currently working on scripts. This allows us to create pipelines on the fly, which has significantly streamlined our workflow.
What is most valuable?
I have full control over it, actually, in my team. Another thing is that Tekton is based on Kubernetes. In Kubernetes, we have the concept of cron jobs which run on a time-to-time basis. In Tekton, we have the concept called task or task runs. We can expose an API and use the trigger and trigger-binding concept, allowing us to trigger tasks whenever needed. This mechanism is very nice.
What needs improvement?
RBAC is really needed for Tekton. Also, if you have too many PVCs and don't clean them up, it may stop working due to the limited number of PVCs you can create in a cluster.
For how long have I used the solution?
I have been using it for the past two years.
What do I think about the stability of the solution?
Tekton is a stable product. One issue we might run into is when there are too many PVCs that haven't been cleaned up. We have mitigated this by creating a CronJob that runs every midnight to clear those tasks.
What do I think about the scalability of the solution?
Tekton is scalable if well-planned. However, it is not a plug-and-play solution for now. You need to write the tasks according to your business case, which might differ from team to team or service to service.
How are customer service and support?
While setting up, I was initially active on their Slack channel where I was able to get help. They were responsive.
How would you rate customer service and support?
Neutral
Which solution did I use previously and why did I switch?
We were using Jenkins before Tekton.
How was the initial setup?
The initial setup was daunting and took me four months to set it up and get the flow. There is a steep learning curve, especially with concepts like event listeners, event triggers, and trigger binding.
What other advice do I have?
Tekton was initially very daunting, and it took me a long time to get the flow. However, once you get it, it’s awesome.
I'd rate the solution six out of ten.
Which deployment model are you using for this solution?
Hybrid Cloud
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Last updated: Oct 2, 2024
Flag as inappropriateSenior Project Engineer at a tech vendor with 10,001+ employees
High availability, simplifies deployments and user friendly
Pros and Cons
- "We just have some configuration files, and it will handle the deployments smoother and faster compared to CI/CD 2.0."
- "The stability issues can be there."
What is our primary use case?
I mostly use it for application deployments, it's a CI/CD tool. We use it for Kubernetes application deployment.
What is most valuable?
Through the API pipelines, through Tekton, it's very easy. We just have some configuration files, and it will handle the deployments smoother and faster compared to CI/CD 2.0.
It's like Kubernetes nature. We don't require a lot of things for different environments. We can also customize and do the deployment.
People must have the knowledge. Once they have the knowledge, it's quite simple to use if the application is friendly.
It is quite good compared to the other applications. It is very faster than the other applications. It is a very good application.
What needs improvement?
There might be some compatibility issues and the need for customization during deployment, especially when deploying to different environments.
For how long have I used the solution?
I've been using it from the last one and a half years.
What do I think about the stability of the solution?
The stability issues can be there. It is the core level who are doing some developers, they will do. The core level changes will be due to some core level changes; only they will affect it.
If there is some customization, we can do it through Tekton also, we can do it. It won't be an issue.
I would rate the stability an eight out of ten.
What do I think about the scalability of the solution?
It's highly scalable, and it's highly available for applications, which are containerized applications. It will be highly available to speed up the application through Tekton.
I would rate the scalability an eight out of ten.
The scalability means that in the case of the usage of that application, there will be some ins and outs, like some porting issues. There will be there. But, it is like from the deployment phase, they are using it, whether Cloud Run or on-premises, they are doing the deployment. Maybe it will differ, the things. So we need to check the compatibility. It will be available. It is compatible, but we need to customize it from that side. So the customization we need to do, that... that is that's why I have given it only eight. That's my reason.
How was the initial setup?
We can do the deployments. It's based on whether they are deploying cloud or on-premises-related applications or something. It depends upon their code and their deployment style.
Initially, everyone will face challenges, but once they get to know about it, it would be very easy. It's just easy to understand. It's a Kubernetes-native application, so users must have some knowledge in Kubernetes, and users have some CI/CD knowledge. If they are using those, they can use Tekton.
What other advice do I have?
Overall, I would rate it a nine out of ten. Once you are used to it, it is a very user-friendly application.
Tekton is a great application that simplifies deployments, and customers are happy once their application is up and running, whether through a website or another method. So, it's highly available. If there are any issues, we can now easily deploy continuous updates, and it won't disrupt the application.
Disclosure: My company has a business relationship with this vendor other than being a customer:
Last updated: Sep 15, 2024
Flag as inappropriateBuyer's Guide
Download our free Tekton Report and get advice and tips from experienced pros
sharing their opinions.
Updated: October 2024
Product Categories
Build AutomationPopular Comparisons
GitLab
VMware Tanzu Platform
Jenkins
AWS CodePipeline
Bamboo
TeamCity
Harness
GitHub Actions
Chef
CircleCI
GoCD
Bazel
AWS CodeBuild
Travis CI
CloudBees
Buyer's Guide
Download our free Tekton Report and get advice and tips from experienced pros
sharing their opinions.
Quick Links
Learn More: Questions:
- How does Tekton compare with Jenkins?
- What are the differences among Jenkins, Urbancode build and ElectricAccelerator?
- Should project automation software be integrated with cloud-based tools?
- When evaluating Build Automation, what aspect do you think is the most important to look for?
- Is there a need for workflow automation?
- What is the Robotic Process Automation (RPA) life cycle?
- What is Automation as a Service (AaaS)?