Update kubesphere-gitops.md

This commit is contained in:
fawei zhao 2022-08-02 10:09:27 +08:00 committed by GitHub
parent 37a9a57e3b
commit 0183ad6a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
title: '基于 KubeSphere 流水线的 GitOps 最佳实践'
tag: 'KubeSphere, GitOps'
keywords: 'KubeSphere, GitOps, Kubernetes'
description: '笔者基于 KubeSphere v3.1.1 的流水线,根据笔者的场景,实现了 GitOps 的服务发布流程,作此记录,暂且称之为最佳实践。'
description: '本文基于 KubeSphere v3.1.1 的流水线,根据实际应用场景,实现了 GitOps 的服务发布流程。'
createTime: '2022-07-28'
author: '李亮'
snapshot: 'https://pek3b.qingstor.com/kubesphere-community/images/kubesphere-gitops-cover-1.png'
@ -270,4 +270,4 @@ argocd Application 中有个 `selfHeal` 配置,表示:指定当仅在目标
引入了 GitOps发现要做的东西更多了但也确实带来很多好处。本文旨在记录分享笔者的 GitOps 落地经验,有些方案细节可能只适用于笔者当前的场景,笔者也处于摸索阶段。欢迎大佬们拍砖。
同时也期待 `KubeSphere` 服务的发布可以和流水线一条龙创建,将 `GitOps` 做的更易用,而不用在`项目`和 `DevOps 项目`之间切换;同时将灰度发布集成到流水线、可以回滚。
同时也期待 `KubeSphere` 服务的发布可以和流水线一条龙创建,将 `GitOps` 做的更易用,而不用在`项目`和 `DevOps 项目`之间切换;同时将灰度发布集成到流水线、可以回滚。