2023 iThome 鐵人賽
帶我們前進的 是想證明自己的力量
DevOps
選手 32 文章 691
Day 2
2023-09-17
1324
0
文章目標:說明 Terraform 如何作為基礎架構即代碼 (IAC) 工具,來解決現代 IT 架構的挑戰。 文章同步分享到 blog - https://...
Day 20
2023-10-05
1320
0
文章目標:示範如何使用 GCP Console 創建虛擬機器。 文章同步分享到 blog - https://devops-with-alex.com/da...
Day 5
2023-09-05
1315
0
main.py,都可直接使用同份Dockerfile,但要注意Dockerfile不能有副檔名,位置需與main.py同層,還需要有requirements.t...
Day 7
2023-09-17
1313
0
終於要進入這 30 天的核心服務 ECS 了! ECS 全名為 Elastic Container Service,是讓我們可以在上面執行 container...
Day 15
2023-09-16
1310
0
Day-09: 在OpenStack 上建立Network 我們用packstack安裝一個只能建立local type Netowrk的all-in-one...
Day 15
2023-09-15
1308
0
前言 在容器化應用程式中,保留數據和持久性是至關重要的,因此 Kubernetes 引入了 PersistentVolume (PV) 和 Persistent...