Kamesh Sampath
August 15, 2019

Plumbing Kubernetes builds | deploy with Tekton | DevNation Tech Talk

Kubernetes matured enough to be the favorite application orchestration platform, but it still missed one crucial feature of in-cluster build of the applications. The missing feature made the continuous integration and delivery less effective. The market had various solutions to solve the problem, but 99% of the solutions missed something — “being Kubernetes native.”

In this session, I will introduce you to #Tekton, a #Kubernetes-native way of defining and running #CICD. The session explores the characteristics of Tekton: cloud-native, decoupled, and declarative. This demo-filled session will show how to stitch various building blocks of Tekton to do in-cluster build and deploy (Tasks and Pipelines) a Kubernetes application.