tekton-pipeline-and-task-test VS catalog

Compare tekton-pipeline-and-task-test vs catalog and see what are their differences.

tekton-pipeline-and-task-test

This Demo repository will deploy and configure a Tekton CI System. It uses GitHub Actions to validate the Tekton config on every commit. (by marcopaga)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tekton-pipeline-and-task-test catalog
1 4
7 640
- 1.7%
2.3 7.5
4 days ago 7 days ago
Shell Shell
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tekton-pipeline-and-task-test

Posts with mentions or reviews of tekton-pipeline-and-task-test. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-03.
  • 🚀 Your Tekton CI/CD or OpenShift Pipelines experiences? ✌️
    3 projects | /r/devops | 3 Apr 2022
    Your remark regarding testind of pipelines is a good point. I was also facing this issue and came up with this setup: https://github.com/marcopaga/tekton-pipeline-and-task-test. Details in this article: https://marco-paga.eu/entries/github-actions-testen-tekton-ci/. Having a small compact solution to test this would be better.

catalog

Posts with mentions or reviews of catalog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-25.
  • Tektron clone from gitea over ssh
    2 projects | /r/devops | 25 Aug 2022
    May be this https://github.com/tektoncd/catalog/issues/1052 bug…
  • How to reuse steps in Tekton tasks
    5 projects | dev.to | 21 May 2022
    The most obvious way would be copying and pasting the steps, but for more complex scenarios, where there are n tasks, this becomes error prone. Using a template engine like helm could help, but learning another templating engine, plus having to change the contents of said tasks also becomes a burden. Instead, kustomize has a set of tools to make this job easier, while enjoying reutilizing tasks from the tektoncd/catalog.
  • Cloud Native CI/CD with Tekton - Building Custom Tasks
    5 projects | dev.to | 14 Apr 2021
    Another common thing that you might need in your Tasks is some kind of a storage where you can write data that can be used by subsequent steps in the Task or by other Tasks in the pipeline. The most common use case for this would be a place to fetch git repo. This kind of a storage is called workspace in Tekton and the following example shows a Tasks that mounts and clears the storage using rmdir:
  • Problems with CI/CD on kubernetes
    1 project | /r/kubernetes | 26 Feb 2021

What are some alternatives?

When comparing tekton-pipeline-and-task-test and catalog you can also consider the following projects:

k8s-gitops - GitOps principles to define kubernetes cluster state via code

docker-airflow - Docker Apache Airflow

pipeline - A cloud-native Pipeline resource.

catalog - An Open Source PHP + MySQL application to manage your home library

tekline - tekline is a tekton delegated-pipeline to enable a bring-your-own pipeline configuration.

infrastructure - Kubernetes infrastructure deployed by Terraform

dev-tasks - Automated development tasks for my own projects

tekton-kickstarter - Templates, scripts and samples for quickly building CI/CD with Tekton.

community - Community documentation for the Tekton project

reviewdog - 🐶 Automated code review tool integrated with any code analysis tools regardless of programming language

tekton-tasks-kustomize - Customizing Tekton tasks with kustomize

helm - The Kubernetes Package Manager