OpsCanary
CI/CD & GitOps

Tekton

3 articles from official documentation

Practitioner3 articles
cicdtektonPractitioner

Mastering Tasks in Tekton Pipelines: The Key to CI/CD Success

Tekton Pipelines revolutionize CI/CD by allowing you to define and execute complex workflows with ease. At the heart of this are Tasks, which are collections of Steps that run as Pods in your Kubernetes cluster. Understanding how to configure and utilize these effectively can streamline your integration processes significantly.

  • Define Tasks as ordered collections of Steps to streamline CI/CD workflows.
  • Utilize the cluster resolver for accessing Tasks across your Kubernetes cluster.
5 min read·Tekton Docs
Read article
cicdtektonPractitioner

Mastering Tekton Pipelines: The Key to CI/CD Success

Tekton Pipelines streamline your CI/CD workflows by organizing tasks into a coherent execution flow. With the ability to define parameters and manage workspaces, you can tailor your pipelines to fit complex build and deployment scenarios.

  • Define a Pipeline as a collection of Tasks to manage execution order.
  • Utilize Workspaces to share data between Tasks effectively.
5 min read·Tekton Docs
Read article
cicdtektonPractitioner

Building CI/CD Pipelines with Tekton: A Cloud-Native Approach

Tekton revolutionizes CI/CD by leveraging Kubernetes for pipeline management. With its modular design, you can define and reuse building blocks like Tasks and Pipelines seamlessly. Dive in to discover how to harness its power effectively.

  • Define Tasks as ordered Steps to invoke build tools with specific inputs and outputs.
  • Combine Tasks into Pipelines to create complex CI/CD workflows.
5 min read·Tekton Docs
Read article