- 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.
推薦閱讀
- OpenStack for Architects
- Cloud Analytics with Microsoft Azure
- 流處理器研究與設(shè)計
- VMware Performance and Capacity Management(Second Edition)
- Learning Azure Cosmos DB
- 內(nèi)??刂萍捌鋺?yīng)用
- 筆記本電腦維修90個精選實例
- HTML5 Canvas Cookbook
- SQL Server數(shù)據(jù)庫應(yīng)用基礎(chǔ)(第2版)
- 經(jīng)典Java EE企業(yè)應(yīng)用實戰(zhàn)
- 人工智能云平臺:原理、設(shè)計與應(yīng)用
- PyTorch深度學(xué)習(xí)
- Hands-On Agile Software Development with JIRA
- 數(shù)據(jù)庫基礎(chǔ):Access
- 智能控制技術(shù)及其應(yīng)用