Configuration as Codeis a GitOps-related practice where configurations are stored as declarative definitions in version control. Helm charts, for example, allow applications deployed on Kubernetes to have both their container images and configuration specified declaratively.
“Configuration as Code enables teams to manage application and infrastructure configuration in version control systems, using declarative approaches such as Kubernetes manifests or Helm charts. This ensures repeatability, automation, and auditability.”
Thus,Helm chartsare a prime example of this practice, makingCcorrect.
[References:GitOps Related Practices (CNCF GitOps Working Group), Configuration as Code., ===========]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit