2024 iThome 鐵人賽
Share More Gain More
Kubernetes
選手 19 文章 425
Day 25
2024-08-25
222
0
在現代微服務架構中,Sidecar 設計模式是一個非常重要的概念。 這種模式有助於解決微服務系統中的許多挑戰,尤其是關於服務的管理和功能擴展。 特點 side...
Day 7
2024-08-25
272
0
今日目標 Deployment 的 Update Strategy Recreate vs Rolling Update Rolling Update 的...
Day 3
2024-08-25
284
0
本次目標 透過 K3d 建置一座 Kubernetes 部署 Quarkus 資源 存取 Quarkus 專案 API 資源 Deployment 的回滾 探...
Day 24
2024-08-24
275
0
接下來幾天,我會深入理解 Kubernetes 的系統設計。 Core Concepts in Kubernetes Pods 是 Kubernetes 中...
Day 6
2024-08-24
298
0
今日目標 Pod scaling 的概念與指令 kubeclt scale Label 與 Label Selector ReplicaSet、...
Day 2
2024-08-24
367
0
本次學習目標是 建立 Quarkus 專案 建置 Kubernetes YAML,認識 Deployment 和 Service 資源 使用 Jib 建置容器...