#gitops
105 approved public terms with this tag.
Custom Resource 是 GitOps 术语,用来说明 a Kubernetes API extension managed by controllers. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Kubernetes controller pattern.
“团队午饭前用了 Custom Resource,发布就没有系着松鞋带冲进生产环境。”
Declarative Configuration 是 GitOps 术语,用来说明 configuration that describes the intended result instead of step-by-step commands. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles; Argo CD documentation.
“团队午饭前用了 Declarative Configuration,发布就没有系着松鞋带冲进生产环境。”
Deployment Window 是 GitOps 术语,用来说明 an allowed time period for applying changes. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 Deployment Window,发布就没有系着松鞋带冲进生产环境。”
Desired State 是 GitOps 术语,用来说明 the declared configuration the system should converge toward. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles; Kubernetes controller pattern.
“团队午饭前用了 Desired State,发布就没有系着松鞋带冲进生产环境。”
Drift Detection 是 GitOps 术语,用来说明 finding when live state differs from declared source state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.
“团队午饭前用了 Drift Detection,发布就没有系着松鞋带冲进生产环境。”
Drift Remediation 是 GitOps 术语,用来说明 the safe correction of detected drift back toward declared state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.
“团队午饭前用了 Drift Remediation,发布就没有系着松鞋带冲进生产环境。”
Emergency Patch 是 GitOps 术语,用来说明 a small urgent change applied to reduce active risk. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Emergency Patch,发布就没有系着松鞋带冲进生产环境。”
Environment Branch 是 GitOps 术语,用来说明 a branch used to represent or promote a specific environment state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Environment Branch,发布就没有系着松鞋带冲进生产环境。”
Environment Lock 是 GitOps 术语,用来说明 a temporary lock that prevents changes to a target environment. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Environment Lock,发布就没有系着松鞋带冲进生产环境。”
Environment Promotion 是 GitOps 术语,用来说明 moving a change from one environment to another with evidence and review. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Environment Promotion,发布就没有系着松鞋带冲进生产环境。”
Ephemeral Environment 是 GitOps 术语,用来说明 a short-lived environment created for testing, review, or validation. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 Ephemeral Environment,发布就没有系着松鞋带冲进生产环境。”
External Secrets 是 GitOps 术语,用来说明 a pattern that syncs secrets from a protected external store into the runtime. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.
“团队午饭前用了 External Secrets,发布就没有系着松鞋带冲进生产环境。”
Finalizer 是 GitOps 术语,用来说明 metadata that lets a controller clean up before deletion finishes. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Kubernetes controller pattern.
“团队午饭前用了 Finalizer,发布就没有系着松鞋带冲进生产环境。”
Flux Kustomization 是 GitOps 术语,用来说明 a Flux object that builds and applies manifests from a source. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Flux documentation.
“团队午饭前用了 Flux Kustomization,发布就没有系着松鞋带冲进生产环境。”
Git Tag Promotion 是 GitOps 术语,用来说明 using a versioned Git tag to promote a release between environments. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 Git Tag Promotion,发布就没有系着松鞋带冲进生产环境。”
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,发布就没有系着松鞋带冲进生产环境。”