# K8s

- [分散式系統: 現代軟體架構與設計考量](https://xiang753017.gitbook.io/zixiang-blog/k8s/fen-san-shi-xi-tong-xian-dai-ruan-ti-jia-gou-yu-she-ji-kao-liang.md): 分散式系統的定義: A distributed system is a collection of autonomous computing elements that appears to its users as a single coherent system。
- [Kubernetes 超入門](https://xiang753017.gitbook.io/zixiang-blog/k8s/kubernetes-chao-ru-men.md): Kubernetes(k8s) 是一種讓使用者管理Cluster 的一種工具，在各雲端平台如Azure, GKE, AWS...等等都支援，本文章提供kubernetes 基礎觀念。
- [Kubernetes 架構](https://xiang753017.gitbook.io/zixiang-blog/k8s/kubernetes-jia-gou.md)
- [K8s 在 DevOps 中的作用](https://xiang753017.gitbook.io/zixiang-blog/k8s/k8s-zai-devops-zhong-de-zuo-yong.md): K8s 是一套 Ops (Operation) 的工具，DevOps 指的是開發部門與維運部門的整合(Dev + Ops)，然而由於實務上，往往開發速度 > 維運部署的速度，因此 DevOps 的議題往往是產品開發的重點。GitOps 則是自動化部屬與整合的產物，搭配 Git Resposity 工具使用，快速的將產品部署於 K8s cluster中。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xiang753017.gitbook.io/zixiang-blog/k8s.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
