Base Manifest 是 GitOps 术语,用来说明 the shared Kubernetes configuration used before environment-specific changes. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.
“团队午饭前用了 Base Manifest,发布就没有系着松鞋带冲进生产环境。”
Overlay Patch 是 GitOps 术语,用来说明 a targeted change layered onto a base manifest. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.
“团队午饭前用了 Overlay Patch,发布就没有系着松鞋带冲进生产环境。”