跳转到内容

#gitops

105 approved public terms with this tag.

Helm Controller 是 GitOps 术语,用来说明 a Flux controller that manages Helm releases declaratively. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.

团队午饭前用了 Helm Controller,发布就没有系着松鞋带冲进生产环境。

HelmRelease 是 GitOps 术语,用来说明 a declarative Flux object for managing a Helm chart release. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.

团队午饭前用了 HelmRelease,发布就没有系着松鞋带冲进生产环境。

HelmRepository Source 是 GitOps 术语,用来说明 a Flux source object that points to Helm chart storage. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.

团队午饭前用了 HelmRepository Source,发布就没有系着松鞋带冲进生产环境。

Human Approval Gate 是 GitOps 术语,用来说明 a required human decision before a change proceeds. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 Human Approval Gate,发布就没有系着松鞋带冲进生产环境。

Image Automation 是 GitOps 术语,用来说明 updating deployment source when an allowed image version is available. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.

团队午饭前用了 Image Automation,发布就没有系着松鞋带冲进生产环境。

Image Tag Drift 是 GitOps 术语,用来说明 a mismatch between the image tag in source and the running image evidence. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.

团队午饭前用了 Image Tag Drift,发布就没有系着松鞋带冲进生产环境。

ImagePolicy 是 GitOps 术语,用来说明 a Flux image automation rule that selects an image version. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.

团队午饭前用了 ImagePolicy,发布就没有系着松鞋带冲进生产环境。

ImageUpdateAutomation 是 GitOps 术语,用来说明 a Flux workflow that writes selected image updates back to Git. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.

团队午饭前用了 ImageUpdateAutomation,发布就没有系着松鞋带冲进生产环境。

Immutable Artifact 是 GitOps 术语,用来说明 a build or package that should not change after publication. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 Immutable Artifact,发布就没有系着松鞋带冲进生产环境。

Infrastructure Repository 是 GitOps 术语,用来说明 a repository containing infrastructure definitions and environment state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 Infrastructure Repository,发布就没有系着松鞋带冲进生产环境。

Kubernetes Manifest 是 GitOps 术语,用来说明 YAML or JSON that declares Kubernetes resource state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Kubernetes controller pattern.

团队午饭前用了 Kubernetes Manifest,发布就没有系着松鞋带冲进生产环境。

Kustomize Controller 是 GitOps 术语,用来说明 a Flux controller that applies Kustomize-based configuration. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.

团队午饭前用了 Kustomize Controller,发布就没有系着松鞋带冲进生产环境。

Kustomize Overlay 是 GitOps 术语,用来说明 a layer of patches and settings applied on top of a base manifest. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.

团队午饭前用了 Kustomize Overlay,发布就没有系着松鞋带冲进生产环境。

Kyverno Policy 是 GitOps 术语,用来说明 a Kubernetes-native policy rule for validating, mutating, or generating resources. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Kubernetes controller pattern.

团队午饭前用了 Kyverno Policy,发布就没有系着松鞋带冲进生产环境。

Live State 是 GitOps 术语,用来说明 the current running condition of a cluster, application, or resource. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Kubernetes controller pattern.

团队午饭前用了 Live State,发布就没有系着松鞋带冲进生产环境。

Manifest Digest 是 GitOps 术语,用来说明 a content hash that identifies a specific manifest or artifact. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 Manifest Digest,发布就没有系着松鞋带冲进生产环境。

Manual Sync 是 GitOps 术语,用来说明 a human-triggered or operator-triggered application of desired state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.

团队午饭前用了 Manual Sync,发布就没有系着松鞋带冲进生产环境。

Merge Queue 是 GitOps 术语,用来说明 an ordered queue that lands approved changes after checks pass. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 Merge Queue,发布就没有系着松鞋带冲进生产环境。

Monorepo GitOps 是 GitOps 术语,用来说明 a GitOps layout where many services or environments live in one repository. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 Monorepo GitOps,发布就没有系着松鞋带冲进生产环境。

Notification Controller 是 GitOps 术语,用来说明 a Flux controller that sends events to external systems. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.

团队午饭前用了 Notification Controller,发布就没有系着松鞋带冲进生产环境。