I mostly use it for application deployments, it's a CI/CD tool. We use it for Kubernetes application deployment.
Senior 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?
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.
Buyer's Guide
Tekton
December 2024
Learn what your peers think about Tekton. Get advice and tips from experienced pros sharing their opinions. Updated: December 2024.
831,265 professionals have used our research since 2012.
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 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 inappropriateBuyer's Guide
Tekton
December 2024
Learn what your peers think about Tekton. Get advice and tips from experienced pros sharing their opinions. Updated: December 2024.
831,265 professionals have used our research since 2012.
Senior Platform engineer at a tech services company with 501-1,000 employees
Pipelines enhance job maintenance despite initial learning curve and integration issues
Pros and Cons
- "When you run a pipeline, all the jobs are called. It is a very valuable feature that enhances job maintenance overall."
- "Improvement is needed in the documentation and the overall integration process."
What is our primary use case?
I used Tekton to integrate data functionality within a major automobile industry. I created Tekton pipelines in Kubernetes clusters to complete the CI/CD end-to-end from the source code repository in the Google Cloud Platform. This involved taking the ML training model and deploying it in the Kubernetes clusters, Cloud Run, and App Engines.
How has it helped my organization?
Tekton has provided flexibility and robustness in our processes. However, I faced challenges with the integration with the source code repository. The tool is very robust and provides great flexibility once you understand how to use it, but it is initially difficult to learn and understand.
What is most valuable?
The most valuable feature is the pipeline. When you run a pipeline, all the jobs are called. It is a very valuable feature that enhances job maintenance overall.
Another valuable feature is the standalone task that sticks to isolation. This feature is very good for our needs.
What needs improvement?
I faced significant challenges with integration, particularly with Git or any source code management and Workload Identity Federation. The documentation is also not mature, making it hard to use. Improvement is needed in the documentation and the overall integration process.
Additionally, I am not sure if Tekton can be used efficiently in multi-cloud scenarios such as Anthos.
For how long have I used the solution?
I have been working with Tekton for the last 12 months.
What do I think about the stability of the solution?
The stability of Tekton heavily depends on the developer's knowledge of Kubernetes deployments and managing Tekton parts. For instance, handling the logs, maintaining the load, and managing resource allocation are essential skills required for ensuring stability.
What do I think about the scalability of the solution?
Scalability isn't perfect yet; Tekton is not very mature in the market with only a few companies using it. The ability of Tekton to adapt to needs is somewhat limited. Overall, I would rate its scalability as a seven. The ability to create different pipelines and reuse jobs seems to be the most robust scalability feature.
How are customer service and support?
I have not communicated with technical support for Tekton. I followed the official documentation, created my own YAML files, and started deploying pipelines and operators.
How would you rate customer service and support?
Neutral
Which solution did I use previously and why did I switch?
I used different tools for similar use cases based on the requirements of my engineers and the clients. Tekton was introduced to me in 2022, and I used it accordingly. I did not make the decision to switch; I just used what was provided.
How was the initial setup?
The initial setup is simple and involves a few commands. The configuration process, however, might cause some challenges, particularly with integrating third-party tools or handling CI/CD pipelines.
What about the implementation team?
I was the only person in my team handling the deployment and application of Tekton. A single person with knowledge of tools like Ansible, CI/CD tools, DevOps, and cloud services can manage this process.
What other advice do I have?
It is essential to have a straightforward, end-to-end sample for implementation, including steps involving job, trigger, and pipeline settings. Syntax and URL validation validators are important for the effective use of Tekton. They will help check the correctness of the code and improve efficiency.
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?
Google
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Last updated: Sep 23, 2024
Flag as inappropriateSoftware Engineer at a tech services company with 10,001+ employees
Enhanced deployment efficiency with reusable tasks but needs better log management
Pros and Cons
- "The most valuable features of Tekton include the reusability of tasks, the clean UI interface, and the binding of services and secrets."
- "One area where Tekton can improve is log management."
What is our primary use case?
We use Tekton primarily as a CI/CD tool. We develop the product, and after developing the product, we deploy it to the cloud. Before deployment, Tekton is used as a CI/CD tool to validate and check our test cases, vulnerabilities, and licensing issues. If any test cases are written, they will first validate Tekton cases. Once the test cases pass, it moves on to check for vulnerabilities and licensing issues using Fosa, which is one of our QA and Check Point tools.
How has it helped my organization?
Tekton has significantly improved our organization, especially in the area of reusability. When we moved to Tekton from Jenkins, I felt that the tasks could be reused for any number of pipelines within the same cluster, which was not the case with Jenkins. This reusability is a major benefit. Moreover, it has streamlined our CI/CD pipelines, making the deployment process much more efficient. Tekton provides a clean UI interface and allows us to run multiple tasks simultaneously, which has enhanced our efficiency and productivity.
What is most valuable?
The most valuable features of Tekton include the reusability of tasks, the clean UI interface, and the binding of services and secrets. The tasks can be reused for multiple pipelines, making it very efficient. The UI interface appears very clean and user-friendly. The binding of services and secrets is also very clear and well-organized.
What needs improvement?
One area where Tekton can improve is log management. Currently, logs are often deleted after a day, making it challenging to refer back to logs from previous pipelines. It would be beneficial to have access to logs for at least the past two or three days.
Additionally, stability needs to be improved. Sometimes Tekton crashes or freezes during important deployments, and this can cause delays. Enhancing stability and log management would greatly benefit users.
For how long have I used the solution?
I have been using Tekton for almost three years, approximately from the time our organization migrated from Jenkins to Tekton.
What do I think about the stability of the solution?
The stability of Tekton needs improvement. Occasionally, Tekton crashes or freezes during important deployments, which requires waiting and troubleshooting. This instability can be problematic, especially during critical launches.
What do I think about the scalability of the solution?
Tekton's scalability is generally good, but there is room for improvement. The resource quotas are somewhat limited, and increasing the resource quotas could enhance scalability further. The ability to run pipelines in parallel is a good feature, but expanding the resources would improve scalability even more.
How are customer service and support?
Our organization has sufficient technical support for Tekton. However, there are times when more support would be beneficial, especially when dealing with production launches and critical deployments.
How would you rate customer service and support?
Neutral
Which solution did I use previously and why did I switch?
Before Tekton, we used Jenkins. Our organization decided to switch due to the cost, performance, and the ability to leverage new tools and applications.
How was the initial setup?
The initial setup of Tekton was somewhat challenging. It took a while to understand the various components, such as service binding, role binding, and how to create routes and bind services. It was a bit difficult at first because I was the first person in my team to explore Tekton, but after gaining an understanding, it became much easier.
What about the implementation team?
The deployment and implementation were handled within our organization. A few team members, including myself, explored the functionalities and shared our knowledge with the rest of the teams.
What was our ROI?
The return on investment from Tekton is primarily seen in time savings. Once the initial setup is complete, the automated processes reduce the time needed for deployments and streamline the workflow.
What other advice do I have?
I'd rate the solution seven 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?
Google
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Last updated: Sep 18, 2024
Flag as inappropriateSenior Software Developer at Sherwin-Williams de Centroamérica
Well-suited for microservices architecture, providing an ease of implementation
Pros and Cons
- "The product's best feature is its ease of implementation."
- "Initially, working with YAML configuration can be challenging using the solution."
What is our primary use case?
I use the platform to manage development pipelines. Our infrastructure is integrated with Kubernetes, and we utilize it within an OpenShift environment for automation. I have developed various pipelines and plugins for both front-end and back-end applications, including Angular for the front end and Quarkus, a Java framework for microservices, for the back end. The platform supports tasks such as code cloning, testing, and deployment by integrating SonarQube, Argo, and Nexus tools.
What is most valuable?
The product's best feature is its ease of implementation. It is well-suited for microservices architecture and integrates seamlessly with Docker and other tasks. The orientation towards microservices makes managing different tasks and projects efficient.
What needs improvement?
Initially, working with YAML configuration can be challenging using the solution.
For how long have I used the solution?
I have been using Tekton for two years.
What do I think about the stability of the solution?
I have not encountered any stability issues with the platform.
What do I think about the scalability of the solution?
Approximately four people in our organization use Tekton. It is a scalable platform.
How was the initial setup?
The setup process is simplified by its integration with Kubernetes and its examples for various tasks.
What other advice do I have?
I suggest utilizing available tasks and resources, such as copying and using tools like ChatGPT, to write and configure tasks.
The platform is user-friendly and provides good support for managing different pipelines.
I rate it an eight out of ten.
Disclosure: My company has a business relationship with this vendor other than being a customer:
Last updated: Aug 24, 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 inappropriateDevOps Engineer at a tech vendor with 51-200 employees
Efficient CI with good scalability and streamlined task categorization
Pros and Cons
- "Tekton allows you to categorize tasks according to your needs and minimizes the amount of code needed."
- "For infrastructure deployment, integration is somewhat complex, especially when using Terraform with Tekton. It would be beneficial if this process were simplified."
What is our primary use case?
I primarily use Tekton for continuous integration purposes. When we build applications, we use Tekton for CI. For deployments, we use ArgoCD. Most of the time, we use Tekton to facilitate the CI process.
How has it helped my organization?
Tekton is primarily a time-saving solution. While it does take some time to set up initially, it is very efficient once running. It helps manage deployments and separates processes accordingly, which benefits both developers and me. Developers don't have to worry about the deployment or integration part as Tekton takes care of those aspects, making it easier for me to manage the pipeline.
What is most valuable?
Tekton allows you to categorize tasks according to your needs and minimizes the amount of code needed. For instance, you can separate tasks to suit your requirements. Additionally, when integrating with Terraform, Tekton makes it easy to trigger only specific parts of the infrastructure, which is beneficial for ops engineers.
What needs improvement?
For infrastructure deployment, integration is somewhat complex, especially when using Terraform with Tekton. It would be beneficial if this process were simplified.
For how long have I used the solution?
I have been working with Tekton for about one year now.
What do I think about the stability of the solution?
Sometimes, when there are updates and patches, it can cause issues. For example, building a Docker image may require changing the base image due to upgrade issues. However, understanding Tekton properly helps in resolving such issues easily.
What do I think about the scalability of the solution?
Tekton is very scalable. It's particularly effective for managing resources across multiple clusters and regions, integrating resources from different cloud providers.
Which solution did I use previously and why did I switch?
Before Tekton, I used Jenkins and GitHub Actions for CI/CD pipelines. I also used Bitbucket pipelines for smaller web-related projects. These options required maintaining multiple pipeline files, unlike Tekton, which allows for streamlined categorization and management.
How was the initial setup?
For infrastructure deployment, we categorize each Terraform file according to the specific components needed, such as VPCs and subnets. We maintain separate repositories for Tekton files and deploy specific components by providing the necessary paths and executing the appropriate files. Depending on whether it's a development or production environment, we maintain the appropriate pipelines.
What other advice do I have?
I'd rate the solution eight 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 29, 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 inappropriateBuyer's Guide
Download our free Tekton Report and get advice and tips from experienced pros
sharing their opinions.
Updated: December 2024
Product Categories
Build AutomationPopular Comparisons
GitLab
VMware Tanzu Platform
Jenkins
Bamboo
AWS CodePipeline
TeamCity
Harness
GitHub Actions
Chef
CircleCI
Bazel
GoCD
AWS CodeBuild
CloudBees
Travis CI
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?
- When evaluating Build Automation, what aspect do you think is the most important to look for?
- Should project automation software be integrated with cloud-based tools?
- Is there a need for workflow automation?
- What is the Robotic Process Automation (RPA) life cycle?
- What is Automation as a Service (AaaS)?
- Why is Build Automation important for companies?