k8s-nue-meetup / talks

meta repository for all talks
19 stars 3 forks source link

Implementing GitOps best practices with Crossplane and ArgoCD #24

Open AnaisUrlichs opened 2 years ago

AnaisUrlichs commented 2 years ago

GitOps is a rising modern software delivery practice of using Git as a single source of truth for all of our resources. This allows for advanced and rapid continuous integration/continuous deployment processes through tools such as ArgoCD. But what about managing not just your app code in Git, but infrastructure as well? GitOps allows for best practices around infrastructure management too. In this session, Anaïs will showcase getting started with Crossplane, a tool to manage your entire infrastructure through Kubernetes-based resources. After providing an overview of the goals that GitOps-based tools help us achieve, we will explore Crossplane further. The demo will show you how to get started with Crossplane, all the way to creating and managing a Kubernetes cluster on Civo through GitOps.

oz123 commented 2 years ago

👍 I am very enthusiastic about croseplane and I wish I could use it ever where. Unfortunately many companies are stuck with Ansible and Terraform. Obviously, privately, I use it because it's plane awesome.