2025 iThome 鐵人賽
沒在獨自升級的 一起來
Cloud Native
選手 16 文章 389
Day 16
2025-09-22
118
0
每當 pod 需要存取一些機密資料時,可以透過 secret 取得,今天將討論權限以及如何取得。 Manage Kubernetes secrets Secr...
Day 17
2025-09-21
118
0
設定ONNX規定之設定、版本、輸入輸出。 def train() -> ( Annotated[ PyTorch2ONNX,...
Day 23
2025-09-27
117
0
建立mysql + dolt apiVersion: v1 kind: Pod metadata: name: dolt-example labels:...
Day 26
2025-10-02
113
0
Mutable 與 Immutable 主要是內容能不能被覆寫或者是更新,以 pod 為例,如果修改 pod 內的 image 版本或者是 cmd 會需要將 p...
Day 20
2025-09-24
111
0
定義於此kuberay crd ActiveDeadlineSeconds: int -> 定義多久Rayjob沒起來就取消。 BackoffLimit...
Day 11
2025-09-17
110
0
在 OS 中可以限制哪些使用者可以訪問(1) 大致可以分類為 User Account, Superuser Account, System Account,...