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: 23 days ago
JSON representation

Get started with Tekton Pipelines :smiley_cat: for https://dn.dev/master. Learn from basics to advanced

Lists

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