Comment on How do you keep track of vulnerabilities?
F04118F@feddit.nl 5 days ago
GitOps + Renovate.
Tools that allow you to work GitOps (everything is defined in text files in Git) are:
- Kubernetes
- NixOS
- to a lesser degree, Ansible
Here’s a nice starter template for running your own Kubernetes cluster via GitOps with Renovate pre-configured: github.com/onedr0p/cluster-template