 From DevOps to GitOps with GitLab 公開版From DevOps to GitOps with GitLab Cheng Wei Chen 陳 正瑋 DevOps Engineer @ 得寬科技 《Effective DevOps 中⽂版》譯者、GitLab Hero http://chengweichen.com https://devopstw.club Agenda • 什麼是 GitOps • 範例分享 • 如何開始實踐 如何開始實踐 GitOps • 結語 STORY Photo by Timothy Meinberg on Unsplash Commit Code OK! Dev Ops Deploy Code 炸 炸 炸 啊~我忘了說有⼀個新的 Config ~ Commit Code OK Again ! Dev Ops Code Deploy 炸 炸 炸 Again Again 炸 炸 炸 炸 炸 炸 炸 炸 炸 炸 炸 炸 Infra Infra 有⼀些調整,忘了 跟你說~ Photo by Fancycrave on Unsplash 什麼是 GitOps Provision Code Deploy Artifacts Production ⼀條龍 ⼯程師 Configuration Provision Code Deploy CI0 码力 | 46 页 | 14.46 MB | 1 年前3 From DevOps to GitOps with GitLab 公開版From DevOps to GitOps with GitLab Cheng Wei Chen 陳 正瑋 DevOps Engineer @ 得寬科技 《Effective DevOps 中⽂版》譯者、GitLab Hero http://chengweichen.com https://devopstw.club Agenda • 什麼是 GitOps • 範例分享 • 如何開始實踐 如何開始實踐 GitOps • 結語 STORY Photo by Timothy Meinberg on Unsplash Commit Code OK! Dev Ops Deploy Code 炸 炸 炸 啊~我忘了說有⼀個新的 Config ~ Commit Code OK Again ! Dev Ops Code Deploy 炸 炸 炸 Again Again 炸 炸 炸 炸 炸 炸 炸 炸 炸 炸 炸 炸 Infra Infra 有⼀些調整,忘了 跟你說~ Photo by Fancycrave on Unsplash 什麼是 GitOps Provision Code Deploy Artifacts Production ⼀條龍 ⼯程師 Configuration Provision Code Deploy CI0 码力 | 46 页 | 14.46 MB | 1 年前3
 Argo CD 搭配 Kustomize
實作 GitOps 部署 周育緯Argo CD 搭配 Kustomize 實作 GitOps 部署 周育緯 1 About me •III DevOps contributor •8 年 System, DevOps 與 Backend 開發與 維護經驗 •資展國際、工研院: Kubernetes, DevOps 講師 2 GitOps •雲原生 Continuous Deployment •所有部署都使用聲明式(declarative)腳本 •所有部署都使用聲明式(declarative)腳本 •所有部署環境yaml皆存放至Git repository 3 GitOps •所有對環境的調整,皆應由調整Git repostiroy來進行觸發 •需確保環境與Git上的腳本為一致 4 GitOps優點 •可以經由git commit history來紀錄環境從 部署至今所有狀態 5 你有遇到過 •一個App deployment yaml檔該如何部署 overlay/development | kubectl apply -f - 20 部署出dev deployment and service env 21 Argo CD 22 •A declarative, GitOps continuous delivery tool for Kubernetes 用ArgoCD 搭配kustomize來部署環境ㄌ 23 歡迎大家參考 III DevOps 更多詳細教學影音,請觀看我們的0 码力 | 24 页 | 696.06 KB | 1 年前3 Argo CD 搭配 Kustomize
實作 GitOps 部署 周育緯Argo CD 搭配 Kustomize 實作 GitOps 部署 周育緯 1 About me •III DevOps contributor •8 年 System, DevOps 與 Backend 開發與 維護經驗 •資展國際、工研院: Kubernetes, DevOps 講師 2 GitOps •雲原生 Continuous Deployment •所有部署都使用聲明式(declarative)腳本 •所有部署都使用聲明式(declarative)腳本 •所有部署環境yaml皆存放至Git repository 3 GitOps •所有對環境的調整,皆應由調整Git repostiroy來進行觸發 •需確保環境與Git上的腳本為一致 4 GitOps優點 •可以經由git commit history來紀錄環境從 部署至今所有狀態 5 你有遇到過 •一個App deployment yaml檔該如何部署 overlay/development | kubectl apply -f - 20 部署出dev deployment and service env 21 Argo CD 22 •A declarative, GitOps continuous delivery tool for Kubernetes 用ArgoCD 搭配kustomize來部署環境ㄌ 23 歡迎大家參考 III DevOps 更多詳細教學影音,請觀看我們的0 码力 | 24 页 | 696.06 KB | 1 年前3
 可觀測性 (Observability)
在 Kubernetes Day2
Operation的考量與實踐Kubernetes Day2 管理運營必須包 括幫助公司了解其成本、優化資源 利用率並最終降低總體成本的工具。 Click to edit Master title style 13 GitOps 痛苦x甜密 • 有能力記錄叢集環境上的一切變化 • 使用宣告式(Declarative)的文件格式 來描述或是設定環境上要用到的所有 資源 • 所有的環境變化都可支援審核機制, 要通過審核才會往下運作 Click to edit Master title style 14 GitOps 與資安合規守門員一拍即合 14 iThome SRE 2022 - 結合 IaC 與 PaC 提供企業上雲與應用部署(K8S)的資安偵測與修補 Click to edit Master title style 15 GitOps 的好朋友 – xxxOperator • Operator 的目標是將 operation0 码力 | 30 页 | 3.01 MB | 1 年前3 可觀測性 (Observability)
在 Kubernetes Day2
Operation的考量與實踐Kubernetes Day2 管理運營必須包 括幫助公司了解其成本、優化資源 利用率並最終降低總體成本的工具。 Click to edit Master title style 13 GitOps 痛苦x甜密 • 有能力記錄叢集環境上的一切變化 • 使用宣告式(Declarative)的文件格式 來描述或是設定環境上要用到的所有 資源 • 所有的環境變化都可支援審核機制, 要通過審核才會往下運作 Click to edit Master title style 14 GitOps 與資安合規守門員一拍即合 14 iThome SRE 2022 - 結合 IaC 與 PaC 提供企業上雲與應用部署(K8S)的資安偵測與修補 Click to edit Master title style 15 GitOps 的好朋友 – xxxOperator • Operator 的目標是將 operation0 码力 | 30 页 | 3.01 MB | 1 年前3
 Blender v3.4 参考手册(繁体中文版)over 280 bug fixes. 2.69 -- October 2013: Even more modeling tools, Cycles improved in many areas, plane tracking is added to the motion tracker, better support for FBX import/export, and over 270 bugs fixed version of Blender. To remove a previously installed version of Blender, use Windows settings or control panel to uninstall the desired version. Updating from Zip When an update for Blender is released are supported. These devices allow you to explore a scene, and make Fly/Walk Navigation easier to control. The NDOF device can be configured in the Preferences. These settings can also be accessed directly0 码力 | 4469 页 | 258.38 MB | 1 年前3 Blender v3.4 参考手册(繁体中文版)over 280 bug fixes. 2.69 -- October 2013: Even more modeling tools, Cycles improved in many areas, plane tracking is added to the motion tracker, better support for FBX import/export, and over 270 bugs fixed version of Blender. To remove a previously installed version of Blender, use Windows settings or control panel to uninstall the desired version. Updating from Zip When an update for Blender is released are supported. These devices allow you to explore a scene, and make Fly/Walk Navigation easier to control. The NDOF device can be configured in the Preferences. These settings can also be accessed directly0 码力 | 4469 页 | 258.38 MB | 1 年前3
 Blender v4.0 参考手册(繁体中文版)over 280 bug fixes. 2.69 -- October 2013: Even more modeling tools, Cycles improved in many areas, plane tracking is added to the motion tracker, better support for FBX import/export, and over 270 bugs fixed version of Blender. To remove a previously installed version of Blender, use Windows settings or control panel to uninstall the desired version. Updating from Zip When an update for Blender is released are supported. These devices allow you to explore a scene, and make Fly/Walk Navigation easier to control. The NDOF device can be configured in the Preferences. These settings can also be accessed directly0 码力 | 5220 页 | 303.08 MB | 1 年前3 Blender v4.0 参考手册(繁体中文版)over 280 bug fixes. 2.69 -- October 2013: Even more modeling tools, Cycles improved in many areas, plane tracking is added to the motion tracker, better support for FBX import/export, and over 270 bugs fixed version of Blender. To remove a previously installed version of Blender, use Windows settings or control panel to uninstall the desired version. Updating from Zip When an update for Blender is released are supported. These devices allow you to explore a scene, and make Fly/Walk Navigation easier to control. The NDOF device can be configured in the Preferences. These settings can also be accessed directly0 码力 | 5220 页 | 303.08 MB | 1 年前3
 Blender v2.92 参考手册(繁体中文版)over 280 bug fixes. 2.69 -- October 2013: Even more modeling tools, Cycles improved in many areas, plane tracking is added to the motion tracker, better support for FBX import/export, and over 270 bugs fixed version of Blender. To remove a previously installed version of Blender, use Windows settings or control panel to uninstall the desired version. Updating from Zip When an update for Blender is released supported. These devices allow you to explore a scene, as well as making Fly/Walk Navigation easier to control. The NDOF device can be configured in the Preference. These settings can also be accessed using the0 码力 | 3966 页 | 203.00 MB | 1 年前3 Blender v2.92 参考手册(繁体中文版)over 280 bug fixes. 2.69 -- October 2013: Even more modeling tools, Cycles improved in many areas, plane tracking is added to the motion tracker, better support for FBX import/export, and over 270 bugs fixed version of Blender. To remove a previously installed version of Blender, use Windows settings or control panel to uninstall the desired version. Updating from Zip When an update for Blender is released supported. These devices allow you to explore a scene, as well as making Fly/Walk Navigation easier to control. The NDOF device can be configured in the Preference. These settings can also be accessed using the0 码力 | 3966 页 | 203.00 MB | 1 年前3
 Blender v3.3 参考手册(繁体中文版)over 280 bug fixes. 2.69 -- October 2013: Even more modeling tools, Cycles improved in many areas, plane tracking is added to the motion tracker, better support for FBX import/export, and over 270 bugs fixed version of Blender. To remove a previously installed version of Blender, use Windows settings or control panel to uninstall the desired version. Updating from Zip When an update for Blender is released are supported. These devices allow you to explore a scene, and make Fly/Walk Navigation easier to control. The NDOF device can be configured in the Preferences. These settings can also be accessed directly0 码力 | 4464 页 | 259.55 MB | 1 年前3 Blender v3.3 参考手册(繁体中文版)over 280 bug fixes. 2.69 -- October 2013: Even more modeling tools, Cycles improved in many areas, plane tracking is added to the motion tracker, better support for FBX import/export, and over 270 bugs fixed version of Blender. To remove a previously installed version of Blender, use Windows settings or control panel to uninstall the desired version. Updating from Zip When an update for Blender is released are supported. These devices allow you to explore a scene, and make Fly/Walk Navigation easier to control. The NDOF device can be configured in the Preferences. These settings can also be accessed directly0 码力 | 4464 页 | 259.55 MB | 1 年前3
 Blender v3.6 参考手册(繁体中文版)over 280 bug fixes. 2.69 -- October 2013: Even more modeling tools, Cycles improved in many areas, plane tracking is added to the motion tracker, better support for FBX import/export, and over 270 bugs fixed version of Blender. To remove a previously installed version of Blender, use Windows settings or control panel to uninstall the desired version. Updating from Zip When an update for Blender is released are supported. These devices allow you to explore a scene, and make Fly/Walk Navigation easier to control. The NDOF device can be configured in the Preferences. These settings can also be accessed directly0 码力 | 4744 页 | 297.98 MB | 1 年前3 Blender v3.6 参考手册(繁体中文版)over 280 bug fixes. 2.69 -- October 2013: Even more modeling tools, Cycles improved in many areas, plane tracking is added to the motion tracker, better support for FBX import/export, and over 270 bugs fixed version of Blender. To remove a previously installed version of Blender, use Windows settings or control panel to uninstall the desired version. Updating from Zip When an update for Blender is released are supported. These devices allow you to explore a scene, and make Fly/Walk Navigation easier to control. The NDOF device can be configured in the Preferences. These settings can also be accessed directly0 码力 | 4744 页 | 297.98 MB | 1 年前3
 Blender v3.5 参考手册(繁体中文版)over 280 bug fixes. 2.69 -- October 2013: Even more modeling tools, Cycles improved in many areas, plane tracking is added to the motion tracker, better support for FBX import/export, and over 270 bugs fixed version of Blender. To remove a previously installed version of Blender, use Windows settings or control panel to uninstall the desired version. Updating from Zip When an update for Blender is released are supported. These devices allow you to explore a scene, and make Fly/Walk Navigation easier to control. The NDOF device can be configured in the Preferences. These settings can also be accessed directly0 码力 | 4704 页 | 295.98 MB | 1 年前3 Blender v3.5 参考手册(繁体中文版)over 280 bug fixes. 2.69 -- October 2013: Even more modeling tools, Cycles improved in many areas, plane tracking is added to the motion tracker, better support for FBX import/export, and over 270 bugs fixed version of Blender. To remove a previously installed version of Blender, use Windows settings or control panel to uninstall the desired version. Updating from Zip When an update for Blender is released are supported. These devices allow you to explore a scene, and make Fly/Walk Navigation easier to control. The NDOF device can be configured in the Preferences. These settings can also be accessed directly0 码力 | 4704 页 | 295.98 MB | 1 年前3
 Blender v3.2 参考手册(繁体中文版)over 280 bug fixes. 2.69 -- October 2013: Even more modeling tools, Cycles improved in many areas, plane tracking is added to the motion tracker, better support for FBX import/export, and over 270 bugs fixed version of Blender. To remove a previously installed version of Blender, use Windows settings or control panel to uninstall the desired version. Updating from Zip When an update for Blender is released are supported. These devices allow you to explore a scene, and make Fly/Walk Navigation easier to control. The NDOF device can be configured in the Preferences. These settings can also be accessed directly0 码力 | 4355 页 | 255.63 MB | 1 年前3 Blender v3.2 参考手册(繁体中文版)over 280 bug fixes. 2.69 -- October 2013: Even more modeling tools, Cycles improved in many areas, plane tracking is added to the motion tracker, better support for FBX import/export, and over 270 bugs fixed version of Blender. To remove a previously installed version of Blender, use Windows settings or control panel to uninstall the desired version. Updating from Zip When an update for Blender is released are supported. These devices allow you to explore a scene, and make Fly/Walk Navigation easier to control. The NDOF device can be configured in the Preferences. These settings can also be accessed directly0 码力 | 4355 页 | 255.63 MB | 1 年前3
共 27 条
- 1
- 2
- 3













