Terminology Index

Glossary

33 terms starting with "G"

Open concept maps

Showing 1-32 of 33 terms

G
32

GitOps

An operational model where the desired state of infrastructure and applications is declared in Git and automatically reconciled to the live environment, making Git the single source of truth for deployments and changes.

GitOps manages systems by storing their declarative desired state in a Git repository and using automation to continuously make the running environment match it. Changes happen through reviewed Git commits, and tooling reconciles drift back to the declared state. For security this brings auditability (every change is a tracked, reviewed commit), consistency, and a clear authorization path, while making the Git repository and the reconciliation pipeline critical assets to protect.

Introduced in: Cloud-Native Security

Examples

  • Deploying a change by merging a reviewed commit to the Git repository.
  • Automation reconciling the cluster to match the state declared in Git.
  • Auditing every infrastructure change as a Git commit history.

No related terms linked yet.