- Getting Started with Kubernetes
- Jonathan Baier Jesse White
- 115字
- 2021-06-10 19:47:06
The architecture
Although containers bring a helpful layer of abstraction and tooling for application management, Kubernetes brings additional to schedule and orchestrate containers at scale, while managing the full application life cycle.
K8s moves up the stack, giving us constructs to deal with management at the application- or service- level. This gives us automation and tooling to ensure high availability, application stack, and service-wide portability. K8s also allows finer control of resource usage, such as CPU, memory, and disk space across our infrastructure.
Kubernetes architecture is comprised of three main pieces:
- The cluster control plane (the master)
- The cluster state (a distributed storage system called etcd)
- Cluster nodes (individual servers running agents called kubelets)
推薦閱讀
- 自動控制工程設(shè)計入門
- Drupal 7 Multilingual Sites
- Windows XP中文版應(yīng)用基礎(chǔ)
- Matplotlib 3.0 Cookbook
- 人工智能工程化:應(yīng)用落地與中臺構(gòu)建
- 電腦上網(wǎng)直通車
- 筆記本電腦維修90個精選實例
- Mastering pfSense
- 機器人人工智能
- 啊哈C!思考快你一步
- Learning ServiceNow
- 筆記本電腦使用與維護
- Windows 7來了
- Hands-On Generative Adversarial Networks with Keras
- 從實踐中學(xué)嵌入式Linux操作系統(tǒng)