iT邦幫忙

鐵人檔案

2024 iThome 鐵人賽
回列表
Kubernetes

當 Quarkus 想要騎乘駱駝並用8腳章魚掌控舵手 系列

透過 Quarkus 框架學習與 Kubernetes 整合之路,不論是部署或是 Helm、kustomize。透過 30 天來一步一步掌舵。

鐵人鍊成 | 共 31 篇文章 | 1 人訂閱 訂閱系列文 RSS系列文
DAY 21

使用 Argo CD 管理 Kubernetes

目標 使用 Argo Cli 變更密碼 管理 Kubernetes Cluster Install Argo cli 安裝 Cli 工具,版本目前依照 Ar...

2024-09-12 ‧ 由 chichi 分享
DAY 22

Argo CD 管理 Quarkus

目標 Create Repositories Create application simple-app Kubernetes YAML Deploy app...

2024-09-13 ‧ 由 chichi 分享
DAY 23

Argo CD 管理 Quarkus - 2

目標 聲明式設定 範例 Argo CD Project、Application、Repositories、Cluster 資源 Self-Managed Ar...

2024-09-14 ‧ 由 chichi 分享
DAY 24

Argo CD Hook 與 Waves

本次目標 理解 Sync Hook 理解 Sync Waves 應用 Sync Hook 和 Waves 使用此 Repo 的 Helm Chart 驗證...

2024-09-15 ‧ 由 chichi 分享
DAY 25

Argo CD - RBAC and User

Create Project Create User Create RBAC Policy Verify the Users Using can-i RBA...

2024-09-16 ‧ 由 chichi 分享
DAY 26

Argo CD - ApplicationSet

ApplicationSet 是一個 Argo CD 的 CRD,他會對應至一個 Applicationset 的控制器,其對 Application 資源增加...

2024-09-17 ‧ 由 chichi 分享
DAY 27

Argo CD - Application in any namespace

Application in any namespace 原則目標是要讓 Argo CD 能夠管理其它 namespace 下的 Application 資源。...

2024-09-18 ‧ 由 chichi 分享
DAY 28

Argo CD - notification

目標 定義 triggers 定義 templates 定義 Subscriptions 使用 Telegram 接收通知 Argo CD 通知會持續監控...

2024-09-19 ‧ 由 chichi 分享
DAY 29

Argo rollouts - blue/green

Argo Rollout 是持續逐步交付部署到 Kubernetes 的解決方案。它可以實現藍綠和金絲雀等部署來提高部署可靠性和效能。使用藍綠和金絲雀部署等持續...

2024-09-20 ‧ 由 chichi 分享
DAY 30

Argo CD - Git strategies

Argo CD 是一個實現 GitOps 的框架,他會透過 Git 儲存庫拉取資源。那 Git 要如何儲存管理這些內容 ? 如果將 Kubernetes YAM...

2024-09-21 ‧ 由 chichi 分享