> For the complete documentation index, see [llms.txt](https://gdgcloud-taipei.gitbook.io/google-cloud-platform-in-practice/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gdgcloud-taipei.gitbook.io/google-cloud-platform-in-practice/google-cloud-shang-de-yun-suan-fu-wu/container-engine.md).

# Container Engine

Kubernetes是由Google所開源的一套Container Cluster系統，可以兼容於docker與rkt等container系統，提供一套跨雲的Container解決方案。透過Kubernetes，讓使用者可以輕鬆建置自己的雲端orchestration，並且可以遨遊在公有雲、私有雲以及自建的本地端環境中，而不用擔心被雲服務不同的API所限制。

Container Engine (GKE)是Google使用Kubernetes來建置的一套Managed Service，讓想要以container架構服務的開發者，可以享受平台的方便性，且不用為了建置、監控、擴展平台或是升級等等的瑣事而影響到產品面相市場的時間。
