Define the new internet.
Look up the words people use online, add the ones we missed, and help make the internet easier to understand.
Look up the words people use online, add the ones we missed, and help make the internet easier to understand.
1,322 definitions
Source State is a GitOps term for the versioned configuration stored in Git or another trusted source. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles; Argo CD documentation.
“The team used Source State before lunch, so the release did not sprint into production wearing untied shoes.”
Reconciliation is a GitOps term for the repeated process of moving live state closer to desired state. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles; Kubernetes controller pattern; Flux documentation.
“The team used Reconciliation before lunch, so the release did not sprint into production wearing untied shoes.”
Reconciliation Loop is a GitOps term for a controller loop that watches, compares, and applies changes until state is aligned. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Kubernetes controller pattern; Argo CD documentation.
“The team used Reconciliation Loop before lunch, so the release did not sprint into production wearing untied shoes.”
Drift Detection is a GitOps term for finding when live state differs from declared source state. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Argo CD documentation; Flux documentation.
“The team used Drift Detection before lunch, so the release did not sprint into production wearing untied shoes.”
Drift Remediation is a GitOps term for the safe correction of detected drift back toward declared state. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Argo CD documentation; Flux documentation.
“The team used Drift Remediation before lunch, so the release did not sprint into production wearing untied shoes.”
Declarative Configuration is a GitOps term for configuration that describes the intended result instead of step-by-step commands. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles; Argo CD documentation.
“The team used Declarative Configuration before lunch, so the release did not sprint into production wearing untied shoes.”
Single Source of Truth is a GitOps term for the trusted versioned location agents and people use to decide what should run. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles.
“The team used Single Source of Truth before lunch, so the release did not sprint into production wearing untied shoes.”
Pull-Based Deployment is a GitOps term for a deployment model where an in-cluster agent pulls desired state from source. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles; Flux documentation.
“The team used Pull-Based Deployment before lunch, so the release did not sprint into production wearing untied shoes.”
Push-Based Deployment is a GitOps term for a deployment model where an outside system pushes changes into the runtime. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles.
“The team used Push-Based Deployment before lunch, so the release did not sprint into production wearing untied shoes.”
GitOps Controller is a GitOps term for software that observes source and live state, then reconciles resources safely. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Kubernetes controller pattern; Argo CD documentation; Flux documentation.
“The team used GitOps Controller before lunch, so the release did not sprint into production wearing untied shoes.”