iT邦幫忙

鐵人檔案

2023 iThome 鐵人賽
回列表
DevOps

Don't be a Machine Learning Engineer 系列

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

DAY 11

{Day 11: Terraform variable tips- part 1}

這邊來介紹一下 Terraform variable 的部分, Variable 算是做 DevOps 幾次於流程的另一個重要的議題,為了就是面對系統架構客戶不...

2023-09-12 ‧ 由 hugoishere 分享
DAY 12

{Day 12: Terraform variable tips- part 2}

先前講完了基本上在 local 去部署 terraform 時,然後如何正確地使用 variable 的部分來部署,但是接下來身為 Ops ,怎麼可能會自己花時...

2023-09-13 ‧ 由 hugoishere 分享
DAY 13

{Day 13: Deploy AWS Security Group through Terraform}

這邊不是要介紹AWS Security Group, 這邊先預設大家都知道什麼是 AWS Security Group 是幹嘛的,所以這邊就不多敘述 然而 Se...

2023-09-14 ‧ 由 hugoishere 分享
DAY 14

{Day 14: AWS 101 - EC2 & EBS }

這篇其實要講的重點是 EBS 的建立,然後把EBS的 Volume ID 帶出來給其他 service 使用,例如後續使用 k8s 建立 pods 要掛上 Vo...

2023-09-15 ‧ 由 hugoishere 分享
DAY 15

{Day 15: AutoScalar Karpenter for AWS - part 1}

這篇要介紹 AutoScalar 的工具,Karpenter 這邊部分會分成三個部分講解,這個對 AWS 的使用者可能是很大的福音,因為它可以做到 Scale...

2023-09-16 ‧ 由 hugoishere 分享
DAY 16

{Day 16: AutoScalar Karpenter for AWS - part 2}

因為篇幅太多所以分成兩篇來說明,這邊還會提到最後的重點就是關於 Pods 的部分,因為前面講可以在 Karpenter 上面去如何設置 provisioner...

2023-09-17 ‧ 由 hugoishere 分享
DAY 17

{Day 17: Toleration and Taint, Affinity Concept}

這篇是 k8s pods 上面的特定的用法,為了要讓pod 部署到正確的Node 上面,而發生資源搶奪的時候,就會觸發 Node provisioner 去跟...

2023-09-18 ‧ 由 hugoishere 分享
DAY 18

{Day 18: Allocate nodes to each situations}

這篇主要是要解析 Karpenter 在新增資源的時候會出現的幾個狀況,因為一剛開始接觸 Karpenter 的時候常常會遇到無法正確地讓 Pods 出現在對...

2023-09-19 ‧ 由 hugoishere 分享
DAY 19

{Day 19: Makefile - a tool help to sort command out}

這篇要介紹的是如何透過 Makefile to combine command line. In the meantime, show how to integ...

2023-09-20 ‧ 由 hugoishere 分享
DAY 20

{Day 20: build docker image to ECR}

這邊說明如何 build docker image 到 ECR 上面,因為 image 上面可能有些敏感資訊不能丟到 public docker hub 上面所...

2023-09-21 ‧ 由 hugoishere 分享