Infrastructure Repository
Definitions
Infrastructure Repository 是 GitOps 术语,用来说明 a repository containing infrastructure definitions and environment state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Infrastructure Repository,发布就没有系着松鞋带冲进生产环境。”
Related Terms
- Environment BranchGitOps and Release Engineering
Environment Branch 是 GitOps 术语,用来说明 a branch used to represent or promote a specific environment state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
- Monorepo GitOpsGitOps and Release Engineering
Monorepo GitOps 是 GitOps 术语,用来说明 a GitOps layout where many services or environments live in one repository. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principle...
- Platform RepositoryGitOps and Release Engineering
Platform Repository 是 GitOps 术语,用来说明 a repository that stores shared platform services, policies, and add-ons. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps princip...
- Repo Per EnvironmentGitOps and Release Engineering
Repo Per Environment 是 GitOps 术语,用来说明 a GitOps layout where each environment has its own repository boundary. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principl...
- Tenant RepositoryGitOps and Release Engineering
Tenant Repository 是 GitOps 术语,用来说明 a repository where one team or tenant owns its application configuration. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principle...
- Admission PolicyGitOps and Release Engineering
Admission Policy 是 GitOps 术语,用来说明 a rule that evaluates resources before they are accepted by the cluster. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Kubernetes controller ...