Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redhat-scholars/tekton-tutorial
Get started with Tekton Pipelines :smiley_cat: for https://dn.dev/master. Learn from basics to advanced
https://github.com/redhat-scholars/tekton-tutorial
cd ci cli demos kubernetes pipelines redhat-developers tekton-pipelines tekton-triggers tektoncd triggers tutorial
Last synced: 2 months ago
JSON representation
Get started with Tekton Pipelines :smiley_cat: for https://dn.dev/master. Learn from basics to advanced
- Host: GitHub
- URL: https://github.com/redhat-scholars/tekton-tutorial
- Owner: redhat-scholars
- License: apache-2.0
- Created: 2020-02-27T06:08:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T10:14:00.000Z (7 months ago)
- Last Synced: 2024-08-02T22:23:32.779Z (6 months ago)
- Topics: cd, ci, cli, demos, kubernetes, pipelines, redhat-developers, tekton-pipelines, tekton-triggers, tektoncd, triggers, tutorial
- Language: Shell
- Homepage: https://redhat-scholars.github.io/tekton-tutorial
- Size: 24.2 MB
- Stars: 94
- Watchers: 7
- Forks: 90
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Tekton Tutorial - Introduction to Tekton Pipelines
![Tekton Tutorial](https://github.com/redhat-scholars/tekton-tutorial/workflows/Tekton%20Tutorial/badge.svg)
[![Tekton Pipelines](https://img.shields.io/badge/Tekton%20Pipelines-v0.19.x-blue)](https://tekton.dev)
[![Tekton Triggers](https://img.shields.io/badge/Tekton%20Triggers-v0.10.0-blue)](https://github.com/tektoncd/triggers)
[![Tekton CLI](https://img.shields.io/badge/Tekton%20CLI-v0.15.0-blue)](https://github.com/tektoncd/cli)## Documentation
HTML -- https://redhat-scholars.github.io/tekton-tutorial/index.html
[Tekton](https://github.com/tektoncd/pipeline), originally known as Knative Build but spun-off as its own open source project with its own [governance organization](https://cd.foundation/). Tekton attempts to fill the void of an in-cluster container image build and deployment workflow -- that is continuous integration (CI) and continuous delivery (CD) --. The Tekton philosophy revolves around three main pillars:
As part of this tutorial and its chapter you will learn about Tekton components such as Task & Pipeline and how to apply them in common day-to-day CI/CD use cases.
This content is brought to you by [Red Hat Developer Program](http://developers.redhat.com) - Register today!
## Dev Builds
If you want to grab the latest updats (dev) HTML -- https://redhat-developer-demos.github.io/tekton-tutorial-staging/tekton-tutorial/index.html
## Contributing
Please refer to the [how to contribute?](./CONTRIBUTING.md) on how you can contribute to the tutorial