Day 14 -【Storage】: PV、PVC & StorageClass 今日目標 了解 PV、PVC、StorageClass 的概念與關係 以實作來了解 reclaim p...
Day-09-Kubernetes 如何調度你的 Pod - Pod Topology Spread Constraints 前言 前兩天我們介紹了 NodeSelector Node Affini...
Day-08-Kubernetes 如何調度你的 Pod - Inter-Pod Affinity 前言 昨天介紹了三個依據 Node 配置(Name 或 label) 來安排 Pod 要被調度到哪個...
Day-07-Kubernetes 如何調度你的 Pod - Node Selector / Node Affinity 前言 今天我們要來介紹如何引導 Kubernetes 將 Pod 調度到我們希...
Day-06-Kubernetes Architecture 介紹 - kube-proxy 前言 前兩天我們認識了建立 Pod 的指令背後,在 kubernetes 中發生的一連串處理機制。今天會介...
Day-05-Kubernetes Architecture 介紹 - 當建立 Pod 時,發生了什麼(二) 前言 昨天我們介紹了當使用 kubectl 指令建立 Pod 時,Control Plan...
Day-04-Kubernetes Architecture 介紹 - 當建立 Pod 時,發生了什麼(一) 前言 前幾天我們深入了解了 Kubernetes 的核心組件,今天要來聊聊當我們 向 Ku...
Day-03-Kubernetes Architecture 介紹 - Worker Node Kubernetes Cluster Architecture 圖檔來源 Kubernetes 官方文件...
Day-02-Kubernetes Architecture 介紹 - Control Plane 於 2023/Day-06-Kubernetes 介紹 簡單地說明了 Kubernetes Arch...
今日目標 Volume 的基本應用 emptyDir hostPath configMap & secret 什麼是 Volumn? 在一般的電腦中,我們會將某顆硬碟(或分割槽)「掛...