Skip to content

antony@notes:~$ cd ops-automation && ls

維運與自動化

31 articles · sorted by date desc

ops-automation · 2022-08-11 ·Shell Script

偽 passwd program

read -p,在讀取用戶輸入之前輸出提示字符串。 read -s, 不回顯用戶的輸入。 read 的用法介紹 function 介紹連結

ops-automation · 2022-08-10 ·Shell Script

linux check ip

linux check ip

ops-automation · 2022-08-07 ·Shell Script

`alpuser.sh`

create 自動建立使用者 delete 刪除使用者 list 查看使用者

ops-automation · 2022-08-07 ·Shell Script

chnameip

chnameip

ops-automation · 2022-06-15 ·CI/CD

Canary Deployment

請依簡報 904-Jenkins-Part1 完成以下事項 第 2~4 頁環境準備 第 10~13 頁部署 Jenkins 第 20 頁設定 SSH 免密碼

ops-automation · 2022-06-15 ·CI/CD

Jenkins - Part 2

若已完成簡報 904-Jenkins-Part1 請跳過此頁 請依簡報 904-Jenkins-Part1 完成以下事項 第 2~4 頁環境準備 第 10~13 頁部署 Jenkins 第 20 頁設定 SSH 免密碼 第 21~24…

ops-automation · 2022-06-13 ·CI/CD

Jenkins

CNT.2022.v4 K8S 叢集建置完成 以下 K8S 公設完成部署 MetalLB Ingress NGINX Controller Local Path Provisioner

ops-automation · 2022-06-13 ·CI/CD

Git - Part 2

CNT.2022.v4 K8S 叢集建置完成 在 Windows 系統的 cmd 視窗登入 m1 主機 下載 bookstore-inventory 程式碼

ops-automation · 2022-05-29 ·CI/CD

Git

:::spoiler 目錄 ::: Git 屬於 Distributed Version Control 分散式版控軟體 最早的版本由 Linus Torvalds 於 2005 開發完成 具備離線功能,有可以線上發佈…

ops-automation · 2022-05-28 ·CI/CD

CI/CD Overview

目錄 攥寫Bash Script 執行程式 -- > 成功 攥寫Dockerfile Build Image Run Container -- > 成功 Push Image 攥寫K8s Yaml檔 Kubectl apply --…