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] Update term to latest version #3294

Open
wants to merge 5 commits into
base: dev-tw
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions content/zh-tw/container-orchestration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ status: Completed
category: 概念
---

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

[容器](/zh-tw/container/)協調指的是在動態的環境中自動管理容器化應用程式的生命週期。
這通過一個容器協調器 (大多是 [Kubernetes](/zh-tw/kubernetes)) 來執行如部署、(自動)擴展、自我修復和監控。
協調是一個隱喻用詞:
Expand Down
2 changes: 0 additions & 2 deletions content/zh-tw/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ category: 技術
tags: ["應用程式", "基本原理", ""]
---

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

容器是由計算機中的作業系統所管理,且具有資源與功能限制的執行中行程。
容器行程內可用的檔案可被打包成一個容器映像檔。
容器在同一台機器上相鄰執行,
Expand Down
2 changes: 0 additions & 2 deletions content/zh-tw/distributed-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ category: 概念
tags: ["架構", "", ""]
---

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

分散式應用程式是一種功能被拆分為多個較小獨立部分的應用程式。
分散式應用程式通常由獨立的[微服務](/zh-tw/microservices)組成,以處理更廣泛的應用程式中的不同問題。
在雲端原生的環境中,這些獨立元件通常在[叢集](/zh-tw/cluster)中以[容器](/zh-tw/container)執行。
Expand Down
2 changes: 0 additions & 2 deletions content/zh-tw/distributed-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ category: 概念
tags: ["架構", "", ""]
---

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

分散式系統是透過網路連接的自主運算單元的集合,從使用者角度來看是一個單一的一致性系統。
這些一般被稱為[節點](/zh-tw/nodes/)的元件可以是硬體設備(例如計算機、行動電話)或是軟體行程。
節點經由程式設計以達到一個共同目標,為了協作,它們透過網路交換訊息。
Expand Down
2 changes: 0 additions & 2 deletions content/zh-tw/ebpf.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ status: Completed
category: 架構
---

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

eBPF(延伸柏克萊封包篩選器)是一種允許小型沙盒程式或腳本在 Linux 系統核心空間執行的技術,不需要修改核心原始碼載入 Linux 核心模組。

Linux 系統有兩個空間:核心空間和使用者空間。
Expand Down
Loading