Tag

Tekton

0 views collected around this technical thread.

Efficient Ops
Efficient Ops
Nov 7, 2024 · Operations

Automating Flink Task Deployment with Tekton, GitLab, and Serverless K8s

This guide details how to automate the full lifecycle of Flink tasks—including environment setup, integration, building, deployment, and task control—using GitLab, Tekton CI/CD, serverless containers on Alibaba Cloud, and Kubernetes, all orchestrated via Feishu cards.

AutomationCI/CDFlink
0 likes · 4 min read
Automating Flink Task Deployment with Tekton, GitLab, and Serverless K8s
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Feb 24, 2023 · Cloud Native

NetEase Cloud Music Open-Sources Horizon: A Kubernetes-Based GitOps Continuous Deployment Platform

NetEase Cloud Music open-sourced Horizon, a Kubernetes-based GitOps continuous deployment platform, offering standardized Helm‑based templates, RBAC, multi‑cloud support, CI integration, and extensibility, built on Argo CD, Tekton, and other components, now used in large‑scale production across multiple regions.

Argo CDCI/CDCloud Native
0 likes · 9 min read
NetEase Cloud Music Open-Sources Horizon: A Kubernetes-Based GitOps Continuous Deployment Platform
Zhengtong Technical Team
Zhengtong Technical Team
Jan 18, 2023 · Cloud Native

CI/CD Pipeline Design and Implementation Using Tekton, Argo CD, and Redmine on Kubernetes

This article describes a cloud‑native CI/CD pipeline built on Kubernetes that leverages Tekton for continuous integration, Argo CD for continuous deployment, and Redmine for project management, detailing system design, task flow, usage steps, and achieved operational benefits.

Argo CDAutomationCI/CD
0 likes · 18 min read
CI/CD Pipeline Design and Implementation Using Tekton, Argo CD, and Redmine on Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Aug 14, 2022 · Cloud Native

Installing and Using Tektoncd Operator on Kubernetes

This guide explains how to install the Tektoncd Operator on a Kubernetes cluster, configure its CRDs, choose installation methods, customize component images, apply predefined profiles, and run a simple hello‑goodbye pipeline using Tekton tasks and PipelineRun objects.

CI/CDCloud NativeKubernetes
0 likes · 10 min read
Installing and Using Tektoncd Operator on Kubernetes
Ops Development Stories
Ops Development Stories
Apr 22, 2022 · Operations

Integrate Tekton CI with ArgoCD CD: A Step‑by‑Step Pipeline Guide

This article demonstrates how to split a Tekton pipeline into CI and CD phases, using Tekton for continuous integration and ArgoCD for continuous deployment, covering repository setup, Helm chart management, task and pipeline creation, and verification of the end‑to‑end workflow.

ArgoCDCI/CDGitOps
0 likes · 11 min read
Integrate Tekton CI with ArgoCD CD: A Step‑by‑Step Pipeline Guide
Ops Development Stories
Ops Development Stories
Apr 14, 2022 · Cloud Native

Auto‑Trigger Tekton Pipelines with GitLab Webhooks: A Step‑by‑Step Guide

This article explains how to use Tekton Trigger to automatically start PipelineRuns from GitLab webhook events, covering the core components, CRD definitions, installation steps, and detailed configurations of TriggerTemplate, TriggerBinding, EventListener, ServiceAccount, Ingress, and secret management, enabling fully automated CI/CD on Kubernetes.

CI/CDCloud NativeGitLab
0 likes · 20 min read
Auto‑Trigger Tekton Pipelines with GitLab Webhooks: A Step‑by‑Step Guide
Ops Development Stories
Ops Development Stories
Apr 8, 2022 · Operations

How to Bridge Jenkins and Tekton in Kubesphere: A Step‑by‑Step Guide

This article walks through using Jenkins as Kubesphere's pipeline engine, installing the Tekton client plugin, configuring RBAC, writing a multi‑branch Jenkinsfile, and troubleshooting common errors to enable seamless Jenkins‑Tekton integration for CI/CD workflows.

CI/CDDevOpsHelm
0 likes · 9 min read
How to Bridge Jenkins and Tekton in Kubesphere: A Step‑by‑Step Guide
Ops Development Stories
Ops Development Stories
Mar 21, 2022 · Cloud Native

Transform Jenkins Pipelines into Tekton with Helm Charts for Multi‑Env Deployments

This article walks through converting a Jenkinsfile‑based pipeline to a Tekton Pipeline, adding Helm‑based deployment tasks, integrating SonarQube scanning, handling multi‑branch releases across different namespaces, and demonstrates the full PipelineRun execution with code snippets and images.

CI/CDDevOpsHelm
0 likes · 16 min read
Transform Jenkins Pipelines into Tekton with Helm Charts for Multi‑Env Deployments
Ops Development Stories
Ops Development Stories
Mar 10, 2022 · Cloud Native

Build Your First Tekton CI/CD Pipeline: A Step‑by‑Step Guide

This tutorial walks you through creating a complete Tekton pipeline—from installing the git‑clone task and defining unit‑test, build‑push, and deployment tasks, to assembling them into a Pipeline, configuring secrets, and running a PipelineRun that uses commit IDs as image tags—complete with all necessary YAML and command examples.

CI/CDDevOpsKubernetes
0 likes · 16 min read
Build Your First Tekton CI/CD Pipeline: A Step‑by‑Step Guide
Ops Development Stories
Ops Development Stories
Mar 8, 2022 · Cloud Native

How Tekton Orchestrates Cloud‑Native CI/CD Pipelines: A Deep Dive

This article explains Tekton’s core CRDs—Task, TaskRun, Pipeline, PipelineRun, PipelineResource, and Condition—how they are implemented on Kubernetes, how pipelines are built and executed, and how to manage secrets and service accounts for secure CI/CD workflows.

CI/CDCloud NativeKubernetes
0 likes · 20 min read
How Tekton Orchestrates Cloud‑Native CI/CD Pipelines: A Deep Dive
Ops Development Stories
Ops Development Stories
Mar 1, 2022 · Cloud Native

How to Install and Run Tekton Pipelines on Kubernetes: A Step‑by‑Step Guide

This article walks you through installing Tekton pipelines on a Kubernetes cluster, including installing specific versions, verifying CRDs, creating and executing simple Tasks and TaskRuns, using the Tekton CLI, and setting up the Tekton Dashboard, with commands and code snippets for each step.

CI/CDCLICloud Native
0 likes · 9 min read
How to Install and Run Tekton Pipelines on Kubernetes: A Step‑by‑Step Guide
DevOps
DevOps
Feb 23, 2022 · Cloud Native

Challenges and Solutions for Cloud‑Native Application Delivery: GitOps with ArgoCD, Tekton, and SOPS

The article analyzes the pain points of cloud‑native application delivery, explains how GitOps—using Kubernetes as a declarative platform and Git as a single source of truth—addresses configuration drift, and demonstrates a practical GitSecOps pipeline built with ArgoCD, Tekton, Kustomize, and SOPS for secure CI/CD.

ArgoCDCI/CDCloudNative
0 likes · 9 min read
Challenges and Solutions for Cloud‑Native Application Delivery: GitOps with ArgoCD, Tekton, and SOPS
DevOps Cloud Academy
DevOps Cloud Academy
Oct 22, 2021 · Cloud Native

Automating Tekton Image Synchronization to Tencent Cloud Registry and Deploying Tekton

This article explains how to use Tekton, a cloud‑native CI/CD framework, to sync its component images to a Tencent Cloud container registry, generate an image‑mapping JSON, and deploy Tekton via GitHub Actions, Python scripts, and Kubernetes resources.

CI/CDCloud NativeDocker
0 likes · 12 min read
Automating Tekton Image Synchronization to Tencent Cloud Registry and Deploying Tekton
DevOps Cloud Academy
DevOps Cloud Academy
Jul 8, 2021 · Cloud Native

Integrating Tekton CI/CD with Argo CD for GitOps: A Step‑by‑Step Guide

This tutorial shows how to refactor a Tekton‑based CI/CD pipeline by extracting Helm chart templates into a separate repository, configuring an Argo CD AppProject and Application, adding sync and manifest‑update tasks, customizing health checks, and finally achieving a streamlined GitOps workflow on Kubernetes.

Argo CDCI/CDGitOps
0 likes · 16 min read
Integrating Tekton CI/CD with Argo CD for GitOps: A Step‑by‑Step Guide
Ops Development Stories
Ops Development Stories
Jul 8, 2021 · Cloud Native

Transform Tekton CI/CD into a GitOps Workflow with Argo CD

This guide shows how to refactor a Tekton CI/CD pipeline by extracting Helm chart templates into a separate repository, configuring Argo CD to manage the deployment stage, and adding Tekton tasks that update Helm values, sync the application, and handle health checks, achieving a full GitOps workflow on Kubernetes.

Argo CDCI/CDGitOps
0 likes · 17 min read
Transform Tekton CI/CD into a GitOps Workflow with Argo CD
DevOps Cloud Academy
DevOps Cloud Academy
Jun 10, 2021 · Cloud Native

Getting Started with Tekton: Installation, Components, and CI/CD Pipeline Examples

This guide introduces Tekton, a cloud-native CI/CD framework, explains its benefits, components, installation steps, core concepts, and provides a complete example that defines tasks, pipelines, Docker image building, and execution on a Kubernetes cluster.

CI/CDCloud NativeDevOps
0 likes · 23 min read
Getting Started with Tekton: Installation, Components, and CI/CD Pipeline Examples
DevOps Cloud Academy
DevOps Cloud Academy
Aug 3, 2020 · Cloud Native

Building a Tekton CI/CD Pipeline to Build and Push Docker Images with Kaniko

This tutorial demonstrates how to configure Docker Hub credentials, create a Tekton Task that builds a Docker image using Kaniko, run the task via TaskRun, and then combine the test and build tasks into a Pipeline and PipelineRun to achieve a complete CI/CD workflow on a Kubernetes cluster.

CI/CDCloud NativeDocker
0 likes · 11 min read
Building a Tekton CI/CD Pipeline to Build and Push Docker Images with Kaniko
DevOps Cloud Academy
DevOps Cloud Academy
Aug 3, 2020 · Cloud Native

Getting Started with Tekton: Installation, Core Concepts, and a Sample CI Pipeline

This guide walks through installing Tekton on a Kubernetes cluster, explains its core CRD resources such as Task, TaskRun, Pipeline and PipelineResource, and demonstrates a complete example that clones a Go repository, runs tests, builds a Docker image, and pushes it to Docker Hub.

CI/CDCloud NativeDevOps
0 likes · 11 min read
Getting Started with Tekton: Installation, Core Concepts, and a Sample CI Pipeline