Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Git 和 DevOps - 在混亂的流星群開發流程中找到小確幸
Search
高見龍
November 11, 2023
Programming
1
1.1k
Git 和 DevOps - 在混亂的流星群開發流程中找到小確幸
高見龍
November 11, 2023
Tweet
Share
More Decks by 高見龍
See All by 高見龍
AI 時代的程式語言學習法
eddie
0
33
前端模組解放運動 - importmap
eddie
0
1.2k
模組化前端開發:從亂七八糟到組織有序
eddie
0
1.4k
被 Vue 框架耽誤的建置工具
eddie
2
910
開開心心寫測試,你的程式碼也會微笑
eddie
1
1.2k
Functional Ruby
eddie
1
240
閱讀原始碼 - 再戰十年的 jQuery
eddie
1
730
Learn JavaScript Well
eddie
1
1.2k
How to Learn Web Framework Correctly
eddie
4
1.9k
Other Decks in Programming
See All in Programming
The Sequel to a Dream of Ruby Parser's Grammar
ydah
1
220
いまから追い上げる、Jetpack Compose トレーニング
nyafunta9858
0
620
Scala アプリケーションのビルドを改善してデプロイ時間を 1/4 にした話 | How I improved the build of my Scala application and reduced deployment time by 4x
nomadblacky
1
180
Debugging: All you need to know (for simultaneous interpreting)
jmatsu
2
940
Using Livebook to build and deploy internal tools @ ElixirConf 2024
hugobarauna
0
250
Composing an API the *right* way (Droidcon New York 2024)
zsmb
2
190
状態管理ライブラリZustandの導入から運用まで
k1tikurisu
3
470
API Platform for Laravel
dunglas
1
730
私のEbitengineの第一歩
qt_luigi
0
450
Rubyのobject_id
qnighy
6
1.3k
What is Parser
yui_knk
9
4.2k
From Idea to IDE: Developing Plugins for Android Studio
thisaay
1
230
Featured
See All Featured
The Language of Interfaces
destraynor
153
23k
How GitHub (no longer) Works
holman
310
140k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
1
55
Adopting Sorbet at Scale
ufuk
73
8.9k
How to train your dragon (web standard)
notwaldorf
85
5.6k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
248
20k
Web development in the modern age
philhawksworth
205
10k
GraphQLとの向き合い方2022年版
quramy
43
13k
GraphQLの誤解/rethinking-graphql
sonatard
65
9.8k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
227
52k
Agile that works and the tools we love
rasmusluckow
327
20k
Transcript
五倍學院 Git & DevOps 在混亂的流星群開發流程中找到小確幸
五倍學院 Git & DevOps 在混亂的流星群開發流程中找到小確幸
五倍學院 https://5xcamp.us/mopcon2023
五倍學院 科普:新手以上,中階未滿
五倍學院 DevOps 需要的技能 + Live Demo
五倍學院 愛玩、愛現,喜歡冷門的玩具 網站開發者、講師、作家 技術推廣、企業訓練、技術諮詢 部落格:kaochenlong.com 高見龍 @eddiekao
五倍學院 第32刷 發售中 發售中 發售中
五倍學院 高見龍 高見龍
五倍學院 市場調查
五倍學院 網站有寫測試嗎? 市場調查
五倍學院 有寫測試嗎? •有! •光程式都來不及寫了,沒空寫測試 •不知道怎麼寫測試 •沒有,但我們有專門的 QC 人員會測 市場調查
五倍學院 網站怎麼部署? 市場調查
五倍學院 網站如何部署? •我不知道,我只是個小前端 •FTP 上傳 & 重開 Server •上傳到 GitHub
/ GitLab 之後好像就自動上線了 •用 Docker 容器化部署 •其它不明覺厲的部署方式 市場調查
五倍學院 網站多久部署一次? 市場調查
五倍學院 網站多久部署一次? •我還是不知道,我就只是個小前端 •不一定,反正改完就部署 •固定一星期一次 •每天一次 •一天很多次、一個晚上七次 •部署什麼?我都是直接在 Production 上改
code 的! 市場調查
五倍學院 Git & DevOps 在混亂的流星群開發流程中找到小確幸
五倍學院 開發者們的流星群
五倍學院 「陪你去看流星雨 ~ 」
五倍學院 隕石開發の術 メテオフォール
五倍學院 在隕石面前,任何開發流程也不堪一擊...
五倍學院
五倍學院 Git = 流星群中的指南明燈
五倍學院 有在使用版控系統嗎? 市場調查
五倍學院 有在用版控系統嗎? •沒有 •有,使用 CVS / SVN •有,使用 Git •有,使用
COPY + PASTE 大法 市場調查
五倍學院 分支策略
五倍學院 分支策略 • 單一分支(master / main) • Git Flow •
main / develop / feature / release / hotfix • GitHub Flow • main / feature / PR • ...更多
五倍學院 「透過 Git 的分支來減少專案衝突?」
五倍學院 有使用任何 Flow 嗎? 市場調查
五倍學院 有使用任何 Flow 嗎? •沒有,那是什麼? •有,使用傳統的 Git Flow •有,使用 GitHub
/ GitLab Flow •有,使用單位自己調整過的 Flow 市場調查
五倍學院 DevOps = 流星群的整合之道
五倍學院 手動、自動、半自動部署
五倍學院 CI/CD
五倍學院 從開發到上線 CD = Continuous Deployment CD = Continuous Delivery
CI = Continuous Integration dev staging production
五倍學院 持續整合 CI = Continuous Integration
五倍學院 程式建置、執行測試
五倍學院 持續整合 • 降低人為疏失 • 減少繁瑣且重覆的步驟 • 增加系統一致性 • 減少團隊開發負擔
五倍學院 持續交付 CD = Continuous Delivery
五倍學院 持續部署 CD = Continuous Deployment
五倍學院 所需技能 •Git / PR / MR •撰寫測試 •常用 CLI
指令 •CI:Jenkins / GitHub Actions / GitLab CI •Docker •Dockerfile, docker-compose.yml, 容器化
五倍學院 https: // 5xcamp.us/ci-video
五倍學院 Everything as Code 萬物皆是碼
五倍學院 Everything as Code infrastructure, network, configuration, security...
五倍學院 IaC Infrastructure as Code
五倍學院 有什麼好處?
五倍學院 研討會
五倍學院 「辦 1 個 conf 要多久?」
五倍學院 「辦 10 個 conf 要多久?」
五倍學院 架構可加入版控、可以 code review
五倍學院 CaC Conference as Code
五倍學院 DevOps
五倍學院 GitOps 2017 年
五倍學院 舊酒新裝
五倍學院 GitOps = IaC + Git + CI/CD
五倍學院 SSOT Single Source of Truth
五倍學院 「明天段考要考哪些章節?」
五倍學院 共筆
五倍學院 Git Repo = SSOT
五倍學院 GitOps •以 Git Repo 當做 Single Source of Truth
•開發 → PR/MR → merge → CI/CD
五倍學院 Live Demo portainer + docker
五倍學院 GitOps vs DevOps
五倍學院 DevOps = 文化 GitOps = 方法、手段
五倍學院 沒有最好的,只有最適合的!
五倍學院 工商服務 實體、線上課程、企業內訓 有時間 來實體 沒時間 買線上
五倍學院
五倍學院 工商服務 Node / Python / Django / Rust 課程
有時間 來實體 沒時間 買線上
五倍學院 愛玩、愛現,喜歡冷門的玩具 網站開發者、講師、作家 技術推廣、企業訓練、技術諮詢 部落格:kaochenlong.com 高見龍 @eddiekao