- Kubernetes on AWS
- Ed Robinson
- 145字
- 2021-06-10 18:41:25
Summary
By now, you should have a basic understanding of the stack of software that makes a modern container orchestrator like Kubernetes tick.
You should now understand the following:
- Containers are built on top of much lower-level features in the Linux kernel, such as namespaces and Cgroups.
- In Kubernetes a pod is a powerful abstraction that is built on top of containers.
- Kubernetes uses control loops to build a powerful system that allows the operator to declaratively specify what should be running. Kubernetes automatically takes actions to drive the system towards this state. This is the source of Kubernetes' self-healing properties.
- Nearly everything in Kubernetes can be given a label, and you should label your resources in order to make managing them simpler.
In the next chapter, you will gain some practical experience using the Kubernetes APIs by running a small cluster on your workstation.
推薦閱讀
- Java編程全能詞典
- Mastering Proxmox(Third Edition)
- Visualforce Development Cookbook(Second Edition)
- Machine Learning for Cybersecurity Cookbook
- Verilog HDL數字系統設計入門與應用實例
- Visual C# 2008開發技術詳解
- 人工智能與人工生命
- 觸控顯示技術
- Visual Basic.NET程序設計
- 大數據技術基礎:基于Hadoop與Spark
- Cloud Security Automation
- 嵌入式GUI開發設計
- 網絡存儲·數據備份與還原
- 網絡服務器搭建與管理
- MATLAB-Simulink系統仿真超級學習手冊