Skip to main content
πŸŽ“ Claude Code Masterclass Learn AI-assisted development on Udemy β€” plus the companion book on Leanpub & Amazon. Start Learning
Tekton CNCF Incubating Kubernetes CI/CD
DevOps

Tekton Becomes CNCF Incubating: What It Means

Tekton moved to CNCF Incubation at KubeCon EU 2026. Kubernetes-native CI/CD pipelines, supply chain security, and integration with ArgoCD and Sigstore.

LB
Luca Berton
Β· 2 min read

Tekton’s move to CNCF Incubation at KubeCon EU 2026 validates what many platform teams already knew: Kubernetes-native CI/CD is the future.

Why This Matters

Tekton is not just another CI/CD tool. It is a Kubernetes-native workflow engine with composable primitives (Steps, Tasks, Pipelines) that run as pods. This means:

  • No external CI server β€” your cluster IS the CI server
  • Scalability β€” pipelines scale with your cluster
  • Security β€” pod security policies, RBAC, and network policies apply to CI/CD
  • Portability β€” pipelines run on any Kubernetes cluster

The Supply Chain Security Story

Tekton’s integration with the CNCF and OpenSSF ecosystem creates a complete supply chain:

  1. Tekton β€” builds and tests code
  2. Sigstore (OpenSSF) β€” signs artifacts cryptographically
  3. ArgoCD (CNCF) β€” deploys signed artifacts via GitOps
  4. SPIFFE/SPIRE (CNCF) β€” provides workload identity

No other CI/CD tool has this depth of cloud native integration.

Who Uses Tekton

  • Red Hat OpenShift Pipelines β€” Tekton is the CI/CD engine
  • IBM Cloud Continuous Delivery β€” built on Tekton
  • Puppet β€” uses Tekton for delivery pipelines
  • Ford Motor Company β€” enterprise adoption

Tekton vs Other CI/CD Options

FeatureTektonGitHub ActionsJenkinsArgoCD
K8s nativeYesNoNoDelivery only
Runs in clusterYesExternalExternalYes
Supply chain signingSigstoreCustomCustomVerifies
ScalabilityK8s podsRunner limitsAgent limitsK8s pods
Composable primitivesSteps/Tasks/PipelinesJobs/StepsStagesApps

For a detailed comparison, see Tekton vs GitHub Actions and GitLab CI Tutorial.

My Prediction

Tekton’s CNCF Incubation accelerates enterprise adoption. The combination of Kubernetes-native execution, supply chain security, and integration with ArgoCD and Sigstore makes it the most secure CI/CD option for cloud native teams.

If you run Jenkins or external CI/CD and want to move security closer to your workloads, Tekton is the path forward.

About the Author

I am Luca Berton, AI and Cloud Advisor. I design CI/CD pipelines for enterprise Kubernetes platforms. Book a consultation.

Free 30-min AI & Cloud consultation

Book Now