#devops
291 approved public terms with this tag.
GitOps 是 GitOps 术语,用来说明 using Git as the source of truth for declarative infrastructure and application operations. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles; Argo CD documentation; Flux documentation.
“团队午饭前用了 GitOps,发布就没有系着松鞋带冲进生产环境。”
GitOps Controller 是 GitOps 术语,用来说明 software that observes source and live state, then reconciles resources safely. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Kubernetes controller pattern; Argo CD documentation; Flux documentation.
“团队午饭前用了 GitOps Controller,发布就没有系着松鞋带冲进生产环境。”
GitRepository Source 是 GitOps 术语,用来说明 a Flux source object that points to a Git repository. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
“团队午饭前用了 GitRepository Source,发布就没有系着松鞋带冲进生产环境。”
Health Check 是 GitOps 术语,用来说明 a public-safe signal that says whether an application or resource is usable. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 Health Check,发布就没有系着松鞋带冲进生产环境。”
Helm Chart 是 GitOps 术语,用来说明 a package format for Kubernetes resources and templates. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.
“团队午饭前用了 Helm Chart,发布就没有系着松鞋带冲进生产环境。”
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,发布就没有系着松鞋带冲进生产环境。”