Define the new internet.
Look up the words people use online, add the ones we missed, and help make the internet easier to understand.
Look up the words people use online, add the ones we missed, and help make the internet easier to understand.
1,322 definitions
Kubernetes Manifest 是 GitOps 术语,用来说明 YAML or JSON that declares Kubernetes resource state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Kubernetes controller pattern.
“团队午饭前用了 Kubernetes Manifest,发布就没有系着松鞋带冲进生产环境。”
Custom Resource 是 GitOps 术语,用来说明 a Kubernetes API extension managed by controllers. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Kubernetes controller pattern.
“团队午饭前用了 Custom Resource,发布就没有系着松鞋带冲进生产环境。”
CRD 是 GitOps 术语,用来说明 a CustomResourceDefinition that teaches Kubernetes about a new resource type. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Kubernetes controller pattern.
“团队午饭前用了 CRD,发布就没有系着松鞋带冲进生产环境。”
Owner Reference 是 GitOps 术语,用来说明 metadata linking a resource to the object that controls it. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Kubernetes controller pattern.
“团队午饭前用了 Owner Reference,发布就没有系着松鞋带冲进生产环境。”
Finalizer 是 GitOps 术语,用来说明 metadata that lets a controller clean up before deletion finishes. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Kubernetes controller pattern.
“团队午饭前用了 Finalizer,发布就没有系着松鞋带冲进生产环境。”
Work Queue 是 GitOps 术语,用来说明 the controller queue of resources waiting for reconciliation. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Kubernetes controller pattern.
“团队午饭前用了 Work Queue,发布就没有系着松鞋带冲进生产环境。”
Controller Runtime 是 GitOps 术语,用来说明 the libraries and patterns used to build Kubernetes controllers. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Kubernetes controller pattern.
“团队午饭前用了 Controller Runtime,发布就没有系着松鞋带冲进生产环境。”
Helm Chart 是 GitOps 术语,用来说明 a package format for Kubernetes resources and templates. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.
“团队午饭前用了 Helm Chart,发布就没有系着松鞋带冲进生产环境。”
Chart Values 是 GitOps 术语,用来说明 configuration inputs supplied to a Helm chart. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.
“团队午饭前用了 Chart Values,发布就没有系着松鞋带冲进生产环境。”
Kustomize Overlay 是 GitOps 术语,用来说明 a layer of patches and settings applied on top of a base manifest. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.
“团队午饭前用了 Kustomize Overlay,发布就没有系着松鞋带冲进生产环境。”