iT邦幫忙

鐵人檔案

2021 iThome 鐵人賽
回列表
DevOps

Hashicorp Jot Notes 系列

Hashicorp Nomad, Consul, Vault 維運隨手記

鐵人鍊成 | 共 30 篇文章 | 2 人訂閱 訂閱系列文 RSS系列文
DAY 1

Day 1. 開場

前言: 在去年挑戰了Hashicorp 0 到 0.003 介紹Hashicorp Consul, Nomad, Vault如何安裝、設定到應用,今年分享維運經...

2021-09-01 ‧ 由 南風~~ 分享
DAY 2

Day 2. Hashicorp Nomad: Upgrade

Hashicorp Nomad: Upgrade 升級方式: 現有主機更新binary檔: 通常會建置多台為cluster, 一台一台升級可確保服務不中斷 採...

2021-09-02 ‧ 由 南風~~ 分享
DAY 3

Day 3. Hashicorp Nomad: Server configuration for production

Hashicorp Nomad: Server configuration for production 剛開始建置PRD環境時,總會怕漏設定了甚麼,一段時間的...

2021-09-03 ‧ 由 南風~~ 分享
DAY 4

Day 4. Hashicorp Nomad: resources

Hashicorp Nomad: resources 在Kubernets的 Quality of Service for Pods裡, 根據cpu, memo...

2021-09-04 ‧ 由 南風~~ 分享
DAY 5

Day 5. Hashicorp Nomad: How to configure one service advertise multiple ports

Hashicorp Nomad: How to configure one service advertise multiple port 之前在Hashico...

2021-09-05 ‧ 由 南風~~ 分享
DAY 6

Day 6. Hashicorp Nomad: Submit a Job

Hashicorp Nomad: Submit a Job 今天來寫最基本的提交工作(Submit a Job) Submit 提交工作的指令: nomad j...

2021-09-06 ‧ 由 南風~~ 分享
DAY 7

Day 7. Hashicorp Nomad: Inspect a job

Hashicorp Nomad: Inspect a job 當一套工具有一個好的Web UI可以使用時,有時候會忘記CLI怎麼下 Job status 透過n...

2021-09-07 ‧ 由 南風~~ 分享
DAY 8

Day 8. Hashicorp Nomad: Application Logs

Hashicorp Nomad: Application Logs AP log又多又雜,相信大部分人也是丟到ES比較方便查找,但有時也需要在server上直接...

2021-09-08 ‧ 由 南風~~ 分享
DAY 9

Day 9. Hashicorp Nomad: Task dependencies

Hashicorp Nomad: Task dependencies 之前遇到一個情境,是在啟動跑報表task前,必須先檢查資料的正確性,所以會有task的相依...

2021-09-09 ‧ 由 南風~~ 分享
DAY 10

Day 10. Hashicorp Nomad: Job Priority

Hashicorp Nomad: Job Priority 在job預設的情況下,priority被設定在50, priority的範圍在1~100之間,數字越...

2021-09-10 ‧ 由 南風~~ 分享