Skip to content

AnaisUrlichs/GitOps-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo using the Trivy operator with FluxCD

To add Flux to your Kubernetes cluster:

flux bootstrap github \
  --owner=$GITHUB_USER \
  --repository=flux-example \
  --branch=main \
  --path=./clusters/my-cluster \
  --personal

Tell Flux about your app with the following manifests:

kubectl apply -f app/flux-resources.yaml

Add the observability stack:

kubectl apply -f observability

Add Trivy for security scanning:

kubectl apply -f security

Now you can access the Flux dashboard in Grafana

kubectl -n monitoring port-forward svc/kube-prometheus-stack-grafana 3000:80

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published