Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tw] Localize Infrastructure as Code for Traditional Chinese #2584

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions content/zh-tw/infrastructure-as-code.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: 基礎設施即程式碼
status: Completed
category: 概念
tags: ["基礎設施", "方法論", ""]
---

## 是什麼 {#what-it-is}

基礎設施即程式碼是將基礎設施的定義儲存為一個或多個檔案的做法。
這取代了人工佈建基礎設施即服務的傳統模型,通常透過 shell 腳本或其他設定工具。

## 解決的問題 {#problem-it-addresses}

以雲端原生方式建立應用程式需要在基礎設施上是可重現且可丟棄的。
若需要時能夠[擴展](/zh-tw/scalability/)達到自動化且可重複利用的方式,可能的話無需人為干預操作。
手動建立基礎設施無法滿足[雲端原生應用程式](/zh-tw/cloud-native-apps/)的即時反應能力和擴展需求。
若手動進行變更基礎設施則不容易進行重現,環境很快就會達到擴展上的限制,並易造成設定錯誤。

## 如何幫助我們 {#how-it-helps}

透過以程式碼來描述伺服器、負載平衡器和子網路等資料中心資源,
此行為使得基礎設施團隊對於所有設定有能夠掌握的單一事實來源,並且也讓團隊能在 [CI](/zh-tw/continuous-integration/)/[CD](/zh-tw/continuous-delivery/) Pipeline 中管理資料中心,得以實作版本控制和部署策略。