Declarative Configuration
Everything on SkillVeris tagged Declarative Configuration — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 1 library
Interview Questions(4)
What is Infrastructure as Code?
Infrastructure as Code (IaC) is the practice of provisioning and managing infrastructure — servers, networks, databases, and more — through machine-readable de…
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…
What is Argo CD and How Does GitOps Deployment Work?
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes that continuously compares the live cluster state against manifests stored in a Git re…
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…