iT邦幫忙

鐵人檔案

2023 iThome 鐵人賽
回列表
Cloud Native

擱淺中掙扎 系列

一路上充滿擱淺的挑戰。每一次的掙扎都是一個寶貴的教訓,使我不斷成長。我相信,正是這些擱淺中的掙扎,塑造了我成為一名更強大的程式設計師。

又或者是個沉不下去浮不起來擱淺的人,誰知道呢?

參賽天數 30 天 | 共 29 篇文章 | 0 人訂閱 訂閱系列文 RSS系列文 團隊NUTC_IMAC_WEB_桑貝比
DAY 21

<DAY21> Docker X 上傳(push)和下載(pull)鏡像

上傳鏡像有利於共享與版本控制,和簡化部署流程與節省帶寬和存儲空間。 此為Docker環境沒問題,build完之後。 先登入你的Docker hub docker...

2023-10-06 ‧ 由 farron17889 分享
DAY 22

<DAY22> Docker X Docker Compose 管理多個容器

確保你的Docker和DockerCompose已安裝並可用,並你已經創建好映像了。 docker-compose.yml的內容如下: version: '3'...

2023-10-07 ‧ 由 farron17889 分享
DAY 23

<DAY23>

name: CI/CD Pipeline on: push: branches: - main jobs: build:...

2023-10-08 ‧ 由 farron17889 分享
DAY 24

<DAY24>

Properties props = new Properties(); props.put(&quot;acks&quot;, &quot;all&quot;...

2023-10-09 ‧ 由 farron17889 分享
DAY 25

<DAY25>

language: node_js node_js: - 14 cache: directories: - node_modules job...

2023-10-10 ‧ 由 farron17889 分享
DAY 26

<DAY26>

language: node_js node_js: - 14 cache: directories: - node_modules scr...

2023-10-11 ‧ 由 farron17889 分享
DAY 27

<DAY27>

language: node_js node_js: - 14 cache: directories: - node_modules scr...

2023-10-12 ‧ 由 farron17889 分享
DAY 28

<DAY28> AZURE X 建立 AKS的叢集

確保你有AZURE帳號,我使用學校的帳號註冊並驗證為學術帳號才能免費使用,有使用期限還請多加注意。 首先,登入Azure帳號。 在搜尋欄中搜尋Kubernete...

2023-10-13 ‧ 由 farron17889 分享
DAY 30

<DAY30> GG X 後續

雖然已完賽了,不過由於後面我VM跟kubernetes卡關,這幾天會持續補上前面的空白頁,farron決不落跑,farron決不跳票,感言的部分後續再更新八。

2023-10-15 ‧ 由 farron17889 分享