What's new with
GitOps and OpenShiftbefore deployment Kustomize vs Helm vs OpenShift Templates Patching framework Ability to apply yaml directly Some use-cases may work better with templates No support in OpenShift GUI console Great for not as good for independent applications Kubernetes focused package manager based on templates Templates enable prescribed customization, more difficult to customize outside those boundaries templating solution Easy to understand and use First class support in OpenShift GUI console Templates are static, no support for dynamic scripting/variables What's next in OpenShift Q3CY2020 Cloud0 码力 | 34 页 | 2.01 MB | 1 年前3
Rafay DZone Refcard Gitops for kubernetes 2022Kubernetes. It runs on the concept of Helm Charts and Templates, which are shown below. When the Templates are combined with the values, these templates will help to generate valid Kubernetes manifests charts #Required ├── Chart.yaml #Required ├── templates #Required │ ├── deployment.yaml │ ├── _helpers.tpl │ ├── hpa0 码力 | 8 页 | 1.35 MB | 1 年前3
GitOps 2.0 The Future of DevOps Ebookin your cluster. It can also be used for your own deployments. Helm works by marrying a set of templates for Kubernetes manifests along with their runtime values that are merged to create the end result you have values for different environments, you don’t keep them in the same place as the templates. The templates (the chart itself) is stored in a chart repository and the specific values for each environment0 码力 | 29 页 | 1.61 MB | 1 年前3
2.2.2云音乐在GitOps CD领域的最佳实践schema.json ## 应用部署配置的 schema 定义 ├── output │ └── outputs.yaml ## 模板自定义输出 ├── templates ## 定义各种下层基础设施可理解的声明式 spec │ ├── _helpers.tpl │ ├── hpa.yaml │ ├── deployment.yaml │ └── service.yaml ├── files ## templates 依赖的各种文件 │ ├── http-probe.sh │ ├── offline.sh │ ├── online.sh │ ├── startup.sh │ └── status0 码力 | 22 页 | 3.15 MB | 1 年前3
Continuous Delivery
and GitOps
on OpenShiftSecure pipelines aligned with Kubernetes RBAC ● Visual and IDE-based pipeline authoring ● Pipeline templates when importing apps ● Automated install and upgrades via OperatorHub ● CLI, Web, VS Code and IntelliJ0 码力 | 32 页 | 2.13 MB | 1 年前3
CloudExplorer 3.0 部署运维手册v1.2README.md │ ├── screen-display # 大屏日志 │ ├── ticket-center # 工单日志 │ └── vm-service # 虚拟机模块日志 ├── templates # 配置文件的初始配置 │ ├── conf │ └── docker-compose.yml.template └── tools # 软件一键安装工具目录 ├── docker #0 码力 | 29 页 | 0 Bytes | 1 年前3
The Path to GitOpstemplatized versions of your YAML manifests. You can inject values into the parameters defined in the templates, and Helm injects these values into the manifests to create a release. A release is the end- Chapter0 码力 | 45 页 | 1.09 MB | 1 年前3
共 7 条
- 1













