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: 26 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T13:47:19.000Z (5 months ago)
- Last Synced: 2025-03-28T09:05:41.281Z (about 1 month 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.3 MB
- Stars: 96
- Watchers: 6
- Forks: 96
- Open Issues: 6
-
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

[](https://tekton.dev)
[](https://github.com/tektoncd/triggers)
[](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