Complain about being a Machine Learning Engineer because it needs to sort out variety sh*t things every day. And I will record those sh*t in 30 days if I don't quit this activity or job. I hope everyone obviously knows what kind of role in Machine Learning Engineers.
Yup, that is all. Enjoy
這邊來介紹一下 Terraform variable 的部分, Variable 算是做 DevOps 幾次於流程的另一個重要的議題,為了就是面對系統架構客戶不...
先前講完了基本上在 local 去部署 terraform 時,然後如何正確地使用 variable 的部分來部署,但是接下來身為 Ops ,怎麼可能會自己花時...
這邊不是要介紹AWS Security Group, 這邊先預設大家都知道什麼是 AWS Security Group 是幹嘛的,所以這邊就不多敘述 然而 Se...
這篇其實要講的重點是 EBS 的建立,然後把EBS的 Volume ID 帶出來給其他 service 使用,例如後續使用 k8s 建立 pods 要掛上 Vo...
這篇要介紹 AutoScalar 的工具,Karpenter 這邊部分會分成三個部分講解,這個對 AWS 的使用者可能是很大的福音,因為它可以做到 Scale...
因為篇幅太多所以分成兩篇來說明,這邊還會提到最後的重點就是關於 Pods 的部分,因為前面講可以在 Karpenter 上面去如何設置 provisioner...
這篇是 k8s pods 上面的特定的用法,為了要讓pod 部署到正確的Node 上面,而發生資源搶奪的時候,就會觸發 Node provisioner 去跟...
這篇主要是要解析 Karpenter 在新增資源的時候會出現的幾個狀況,因為一剛開始接觸 Karpenter 的時候常常會遇到無法正確地讓 Pods 出現在對...
這篇要介紹的是如何透過 Makefile to combine command line. In the meantime, show how to integ...
這邊說明如何 build docker image 到 ECR 上面,因為 image 上面可能有些敏感資訊不能丟到 public docker hub 上面所...