Source Controller
Definitions
Source Controller 是 GitOps 术语,用来说明 a Flux controller that fetches and exposes source artifacts. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
“团队午饭前用了 Source Controller,发布就没有系着松鞋带冲进生产环境。”
Related Terms
- Flux KustomizationGitOps and Release Engineering
Flux Kustomization 是 GitOps 术语,用来说明 a Flux object that builds and applies manifests from a source. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
- GitRepository SourceGitOps and Release Engineering
GitRepository Source 是 GitOps 术语,用来说明 a Flux source object that points to a Git repository. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
- Helm ControllerGitOps and Release Engineering
Helm Controller 是 GitOps 术语,用来说明 a Flux controller that manages Helm releases declaratively. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
- HelmReleaseGitOps and Release Engineering
HelmRelease 是 GitOps 术语,用来说明 a declarative Flux object for managing a Helm chart release. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
- HelmRepository SourceGitOps and Release Engineering
HelmRepository Source 是 GitOps 术语,用来说明 a Flux source object that points to Helm chart storage. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
- ImagePolicyGitOps and Release Engineering
ImagePolicy 是 GitOps 术语,用来说明 a Flux image automation rule that selects an image version. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.