SaaSHub helps you find the best software and product alternatives Learn more →
Tekton-kickstarter Alternatives
Similar projects and alternatives to tekton-kickstarter
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
operator
Kubernetes operator to manage installation, updation and uninstallation of tektoncd projects (pipeline, …) (by tektoncd)
-
tekton-workshops
A small project for enabling teams and individuals to Tekton, with samples and use cases from real life scenarios.
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better tekton-kickstarter alternative or higher similarity.
tekton-kickstarter discussion
tekton-kickstarter reviews and mentions
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
# 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
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
Article: https://itnext.io/cloud-native-ci-cd-with-tekton-laying-the-foundation-a377a1b59ac0 Repository: https://github.com/MartinHeinz/tekton-kickstarter
-
A note from our sponsor - SaaSHub
www.saashub.com | 4 Oct 2024
Stats
Basic tekton-kickstarter repo stats
3
45
0.0
over 1 year ago
MartinHeinz/tekton-kickstarter is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of tekton-kickstarter is Makefile.
Popular Comparisons
- tekton-kickstarter VS gitlab-ci-local
- tekton-kickstarter VS k8s-rbac-model
- tekton-kickstarter VS catalog
- tekton-kickstarter VS tekton-workshops
- tekton-kickstarter VS operator
- tekton-kickstarter VS community
- tekton-kickstarter VS pipeline
- tekton-kickstarter VS cli
- tekton-kickstarter VS dive
- tekton-kickstarter VS pipelines-as-code