iT邦幫忙

鐵人檔案

第 12 屆 iThome 鐵人賽
回列表
DevOps

遠離 DevOops 系列

簡單分享DevOps的經驗,介紹DevOps上常碰過的會覺得Oops事情。

DAY 11

[Day 11] Oops!Drone - 快速上手

想要讓Drone設定的好,就要把基礎先打好! 認識設定值 kind - 定義對象屬性的類別目前有 Pipeline -> 流程定義 (最常用的) S...

2020-09-19 ‧ 由 rainforest 分享
DAY 12

[Day 12] Oops!Drone - 進階應用

大家早安 相信大家看完昨日的 [Day 11] Oops!Drone - 快速上手 ,並且練習完昨天的題目後,已經奠定了一些基礎,那麼我們今天來進階練習ㄧ下~這...

2020-09-20 ‧ 由 rainforest 分享
DAY 13

[Day 13] Oops!Drone - Cron Jobs

今天來介紹Drone的排程設定功能及應用有三個方法可以設定排程 From Drone Server UI From Drone CLI From Drone...

2020-09-21 ‧ 由 rainforest 分享
DAY 14

[Day 14] Oops!Drone - Pipelines Services

在Pipelines需要使用DB或其他服務時怎麼辦? 在CI/CD的流程中跑testing是很重要的,但有些test case需要使用DB或其他服務時就可以用D...

2020-09-22 ‧ 由 rainforest 分享
DAY 15

[Day 15] Oops!Golang - Linter

golangci-lint 是個針對Go語言多個Linters組合而成的Linter,是Linters的大集合。導入linter在CI流程內,已成為常態,至少...

2020-09-23 ‧ 由 rainforest 分享
DAY 16

[Day 16] Oops!Golang - CI/CD with Data Race Detector

Data Race 是個非常難找的錯誤類型之一 Data races are among the most common and hardest to deb...

2020-09-24 ‧ 由 rainforest 分享
DAY 17

[Day 17] Oops!Golang - 讓我們來抓出吃資源的兇手!

是否有看過資源使用數據圖沒有降下來的情況? 是否有遇過機器資源突然吃光的情況? 看code看不出原因的話!這時候就要需要進行效能分析了 說到效能分析就會想到 p...

2020-09-25 ‧ 由 rainforest 分享
DAY 18

[Day 18] Oops!gRPC - 問題整理分享

1. 接口參數異動 +- gRPC proto 參數 「移除」 Client + Server - Client + message MailRequest...

2020-09-26 ‧ 由 rainforest 分享
DAY 19

[Day 19] Oops!gRPC - Protoc 容器化實作

Oops 安裝 gRPC Protoc好麻煩! 相信每個人在裝gRPC Protoc,可能都要花一些時間,還可能要處理一些環境問題,那就讓我們就把他封裝成容易讓...

2020-09-27 ‧ 由 rainforest 分享
DAY 20

[Day 20] Oops!gRPC - Auto Protoc Builder with Git Hooks

Git Hooks 在git也有跟webhook類似的強大功能Git Hooks,是在git action觸發的同時去進行一些腳本。 git hooks 列表...

2020-09-28 ‧ 由 rainforest 分享