Flux Security & Scalability using VS Code GitOps Extension Workshop #406
vanessaabankwah
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you missed it ...Juozas’s demo showed how easy it is to configure Flux and a CI system (GitHub workflow) to continuously deploy Kubernetes manifests defined in a git repository exported as an OCI image. A GitHub workflow builds a new OCI image each time a new commit is pushed to GitHub. The image artifact is pushed to GitHub Container Registry and is signed with Sigstore cosign. Flux downloads the updated OCI image and verifies its authenticity with cosign. Then Flux applies the manifests defined in the git repository (built and exported to an OCI image) to the cluster.
Demo Video: Flux Security & Scalability using VS Code GitOps Extension
Have you tried it out .....Let us know what you think?
Beta Was this translation helpful? Give feedback.
All reactions