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
Base Manifest is a GitOps term for the shared Kubernetes configuration used before environment-specific changes. 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 Base Manifest before lunch, so the release did not sprint into production wearing untied shoes.”
Overlay Patch is a GitOps term for a targeted change layered onto a base manifest. 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 Overlay Patch before lunch, so the release did not sprint into production wearing untied shoes.”