Helm Controller
Definitions
Helm Controller 是 GitOps 术语,用来说明 a Flux controller that manages Helm releases declaratively. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
“团队午饭前用了 Helm Controller,发布就没有系着松鞋带冲进生产环境。”
Related Terms
- 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.
- Chart ValuesGitOps and Release Engineering
Chart Values 是 GitOps 术语,用来说明 configuration inputs supplied to a Helm chart. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.
- 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 ChartGitOps and Release Engineering
Helm Chart 是 GitOps 术语,用来说明 a package format for Kubernetes resources and templates. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.