Drift Detection
Everything on SkillVeris tagged Drift Detection — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 2 libraries
Study Notes(1)
Interview Questions(2)
What is GitOps?
GitOps is an operational practice where a Git repository is the single source of truth for declarative infrastructure and application configuration, and an aut…
GitOps vs Traditional CI/CD: What Is the Difference?
Traditional CI/CD pushes changes into an environment by having the pipeline itself run `kubectl apply` or similar deploy commands against the cluster, while Gi…