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