- Kubernetes進階實戰(zhàn)
- 馬永亮
- 131字
- 2019-03-13 14:20:38
第3章 資源管理基礎
Kubernetes系統(tǒng)的API Server基于HTTP/HTTPS接收并響應客戶端的操作請求,它提供了一種“基于資源”(resource-based)的RESTful風格的編程接口,將集群的各種組件都抽象成為標準的REST資源,如Node、Namespace和Pod等,并支持通過標準的HTTP方法以JSON為數(shù)據(jù)序列化方案進行資源管理操作。本章將著重描述Kubernetes的資源管理方式。
推薦閱讀
- Learn ECMAScript(Second Edition)
- iOS Game Programming Cookbook
- Spring 5.0 By Example
- Python深度學習
- jQuery EasyUI網(wǎng)站開發(fā)實戰(zhàn)
- Apache Hive Essentials
- 三維圖形化C++趣味編程
- Learn React with TypeScript 3
- SQL Server 2016數(shù)據(jù)庫應用與開發(fā)
- Linux:Embedded Development
- ASP.NET Core 2 Fundamentals
- 劍指大數(shù)據(jù):企業(yè)級數(shù)據(jù)倉庫項目實戰(zhàn)(在線教育版)
- Tableau 10 Bootcamp
- Python:Deeper Insights into Machine Learning
- 你必須知道的.NET(第2版)