Flux Kustomization
Definitions
Flux Kustomization 是 GitOps 术语,用来说明 a Flux object that builds and applies manifests from a source. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
“团队午饭前用了 Flux Kustomization,发布就没有系着松鞋带冲进生产环境。”
Related Terms
- Kustomize ControllerGitOps and Release Engineering
Kustomize Controller 是 GitOps 术语,用来说明 a Flux controller that applies Kustomize-based configuration. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
- Base ManifestGitOps and Release Engineering
Base Manifest 是 GitOps 术语,用来说明 the shared Kubernetes configuration used before environment-specific changes. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentatio...
- 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.