iT邦幫忙

鐵人檔案

第 11 屆 iThome 鐵人賽
回列表
DevOps

Cloud Native 開發維運一條龍 系列

在這個系列裡面,我們要用最精簡可用的 code ,來實作及闡述一個雲原生的(Cloud Native)微服務 web app 從開發到部署的流程,組合常用或常聽到的工具,像是 Docker 、Ansible 、 Kubernetes …等等,並且說明這些工具在 DevOps 流程中扮演的角色,以及可以替換的技術棧

參賽天數 18 天 | 共 18 篇文章 | 9 人訂閱 訂閱系列文 RSS系列文
DAY 11

Day 11. Kubernetes 基本概念與 Bootstrapping 方式介紹

其實去年我曾經想要以 Kubernetes 為主題來寫鐵人賽,請看Kubernetes 的安裝、監控與持續部署,後來工作太忙就沒時間完全。 今年再提 Kuber...

2019-09-26 ‧ 由 yiidtw 分享
DAY 12

Day 12. 使用 Kubeadm 安裝 Kubernetes

(昨天篇幅太長有點不平衡,拆成兩篇) 事不宜遲,我們就來直接裝一個 Kubernetes 起來玩。 on master node use root accoun...

2019-09-27 ‧ 由 yiidtw 分享
DAY 13

Day 13. Kubernetes POD 基本操作

Pod and A Group of Pods in ~/.bashrc alias kubewatch='watch -n 1 -d kubectl get...

2019-09-28 ‧ 由 yiidtw 分享
DAY 14

Day 14. Kubernetes Network 基本操作

今天要來做的練習是關於 k8s 的網路操作 observe how service connect to deployment $ kubectl expose...

2019-09-29 ‧ 由 yiidtw 分享
DAY 15

Day 15. Kubernetes Volume 基本操作

今天來設定 k8s 裡的 volume, k8s 有三個抽象 runtime network volume runtime 我們通常都選 docker ,就...

2019-09-30 ‧ 由 yiidtw 分享
DAY 16

Day 16. The Three Ways - Flow

The 1st Way: Flow 重要名詞: TPS(Toyota Production System) 基本精神:杜絕一切浪費 Lead Time...

2019-10-01 ‧ 由 yiidtw 分享
DAY 17

Day 17. The Three Ways - Feedback

The Second Way: The Principles of Feedback 如何獲得 Feedback Industrial Safety 的迷思...

2019-10-02 ‧ 由 yiidtw 分享
DAY 18

Day 18. The Three Ways - Continous Learning and Experimentation

The Priciples of Continual Learning and Experimentation 抓戰犯的思維:name , blame, and...

2019-10-03 ‧ 由 yiidtw 分享