Plumbing Kubernetes CI/CD with Tekton, presented by Kamesh Sampath | DevNation Live Bengaluru 2019

preview_player
Показать описание

Now that Kubernetes/OpenShift has become the de facto #Linux container orchestration platform, it has still missed one crucial feature of in-cluster build of the container images. This missing feature made continuous integration and delivery inside of a #Kubernetes cluster more challenging. 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, 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 #CloudNative application.
Рекомендации по теме
Комментарии
Автор

Very cool demo Kamesh 👍🏻 I am going to reuse the knative cli Tekton step container for my demos 🤗

CarlosSantanaDev