youtube image
From YouTube: Build and Deploy Cloud Native (OCI) Artifacts, the GitOps Way - Mathieu Benoit, Google

Description

Don’t miss out! Join us at our upcoming event: KubeCon + CloudNativeCon Europe 2023 in Amsterdam, The Netherlands from April 17-21. Learn more at https://kubecon.io​. The conference features presentations from developers and end users of Kubernetes, Prometheus, Envoy, and all of the other CNCF-hosted projects.

Build and Deploy Cloud Native (OCI) Artifacts, the GitOps Way - Mathieu Benoit, Google

Cloud Native (OCI) Artifacts are not just containers, they could be any files: Helm charts, README.md files, etc. Could you imagine a GitOps world without Git? Let's see in action how you could build and deploy OCI artifacts, the GitOps way. The first part of the demo will demonstrate how to build your own Helm charts as OCI artifacts by having tools such as Trivy (security scanning), Gatekeeper (compliance checking), Helm and GitHub actions in order to validate and build your OCI artifacts during the Continuous Integration flow. Then, the second part will demonstrate how you could actually deploy OCI artifacts in your Kubernetes cluster in a GitOps way with Config Sync, Kustomize and Helm.