Kubernetes 是用於管理分散式系統的工具,透過 RESTful API 提供操作接口,而 YAML 則用來編寫配置文件,讓用戶能夠輕鬆地定義和管理 Ku...
今日目標
了解 k8s 中的授權機制
了解 API group 與 verbs
實作 RBAC
Role & Rolebinding
C...
今日目標
drain & cordon 的操作
Upgrade kubeadm cluster
番外篇:更換 container runtime
今...
今日目標
使用 nodeName 與 nodeSelector 來調度 Pod 到特定的 Node 上
我們以前談過在 Master Node(contro...
使用 Prometheus 與 Grafana 監控 Kubernetes
關於 Prometheus 與 Grafana
Prometheus 和 Grafa...
前面介紹完基本的流程與上下文傳播,今天要準備介紹Opentelemetry Collector,但是在進入今天的主題之前,對於昨日的上下文傳播做一個小小的補充,...