youtube image
From YouTube: Unleash CI CD with Tekton and ArgoCD

Description

Kubernetes is the preferred container orchestration engine to manage microservices to build & deploy applications. However, to effectively manage the application deployment across multiple environments is still a challenge. How do we handle such situations of deploying applications across multiple environments in a safer & transparent way? Is there a way to do it?

Yes we have ArgoCD which continuously watches different cluster objects & Git repositories to make sure resources are in sync & Tekton which is Kubernetes-native & provides a lot of ready to use resources which will be helpful for users to write Pipeline. Tekton & ArgoCD together is like a match made in Kubernetes Heaven. Let's team up Argo with Tekton. In this talk, you will hear how easy it is to leverage these two cloud native technologies together & build CI/CD solutions for your project. As part of this talk, you will hear - Intro to Tekton & ArgoCD - How we can build CI/CD using Tekton & ArgoCD - Live demo