health check

Kubernetes 從零開始 - Self Healing 是如何運作的

category: kubernetes     4 minute read     Posted on:

Application Status 在 Kubernetes 中,一個應用程式的狀態是非常重要的 當一個應用程式不可用,造成的損失是巨大的

Kubernetes 從零開始 - 從自幹 Controller 到理解狀態管理

category: kubernetes     11 minute read     Posted on:

Controller Pattern 有關 Controller Pattern 及 Controller 基本概念可以參考 Kubernetes 從零開始 - Informer 架構以及 Controller Pattern | Shawn Hsu