pipelines-as-code VS tekton-kickstarter

Compare pipelines-as-code vs tekton-kickstarter and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
pipelines-as-code tekton-kickstarter
1 3
117 44
4.3% -
9.5 0.0
5 days ago over 1 year ago
Go Makefile
Apache License 2.0 MIT License
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.

pipelines-as-code

Posts with mentions or reviews of pipelines-as-code. We have used some of these posts to build our list of alternatives and similar projects.

tekton-kickstarter

Posts with mentions or reviews of tekton-kickstarter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-14.
  • Cloud Native CI/CD with Tekton - Building Custom Tasks
    5 projects | dev.to | 14 Apr 2021
    # https://github.com/MartinHeinz/tekton-kickstarter/blob/master/misc/config.yaml apiVersion: v1 kind: ConfigMap metadata: name: repo-app-mapping data: repo-app-mapping.yaml: | '[email protected]:kelseyhightower/nocode.git': 'nocode' '[email protected]:MartinHeinz/blog-frontend.git': 'blog-backend' '[email protected]:MartinHeinz/game-server-operator.git': 'game-server-operator' '[email protected]:MartinHeinz/python-project-blueprint.git': 'sample-python-app' --- # https://github.com/MartinHeinz/tekton-kickstarter/blob/master/tasks/get-application-name/get-application-name.yaml apiVersion: tekton.dev/v1beta1 kind: ClusterTask metadata: name: get-application-name spec: params: - name: repository-url type: string - name: mapping-file type: string steps: - name: get-application-name image: mikefarah/yq script: | #!/usr/bin/env sh set -xe yq e '."$(params.repository-url)"' /config/$(params.mapping-file) | tr -d '\012\015' > /tekton/results/application-name results: - name: application-name # Can be accessed by other Tasks with $(tasks.get-application-name.results.application-name) workspaces: - name: config mountPath: /config
  • Cloud-Native CI/CD with Tekton - Laying The Foundation
    5 projects | dev.to | 15 Mar 2021
    Tekton is a versatile tool that can get quite complicated and therefore one short article definitely isn't enough to go over every piece of it in detail. This introduction should give you enough to get up and running with all the configurations in place. In the following articles in these series, we will explore how to use and build your own custom Tasks and Pipelines, deal with event handling - both HTTP events and scheduled with cron and much more. So, stay tuned for next article and in the meantime you can have a sneak peek at files in tekton-kickstarter repository where all the resources from this and following articles are already available. And in case you have some feedback or suggestion feel free to open an issue in the repository or just star it if like you the content. 😉
  • Cloud Native CI/CD with Tekton — Laying The Foundation
    1 project | /r/devops | 15 Mar 2021
    Article: https://itnext.io/cloud-native-ci-cd-with-tekton-laying-the-foundation-a377a1b59ac0 Repository: https://github.com/MartinHeinz/tekton-kickstarter

What are some alternatives?

When comparing pipelines-as-code and tekton-kickstarter you can also consider the following projects:

gitlab-ci-local - Tired of pushing to test your .gitlab-ci.yml?

k8s-rbac-model - A multi tenant and multi project RBAC model implementation in Kubernetes

pipeline - A cloud-native Pipeline resource.

catalog - Catalog of shared Tasks and Pipelines.

operator - Kubernetes operator to manage installation, updation and uninstallation of tektoncd projects (pipeline, …)

tekton-workshops - A small project for enabling teams and individuals to Tekton, with samples and use cases from real life scenarios.

community - Community documentation for the Tekton project

dive - A tool for exploring each layer in a docker image

cli - A CLI for interacting with Tekton!