- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 65字
- 2021-07-02 13:41:51
API server (kube-apiserver)
The API server provides an HTTP/HTTPS server, which provides a RESTful API for the components in the Kubernetes master. For example, we could use GET to get the resource status or POST to create a new resource. We can also watch for updates for resources. The API server stores the object information into etcd, which is Kubernetes' backend data store.
推薦閱讀
- The Complete Rust Programming Reference Guide
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)教程
- WSO2 Developer’s Guide
- Getting Started with SQL Server 2012 Cube Development
- JavaScript+Vue+React全程實(shí)例
- TypeScript項(xiàng)目開發(fā)實(shí)戰(zhàn)
- 區(qū)塊鏈技術(shù)與應(yīng)用
- Image Processing with ImageJ
- Illustrator CC平面設(shè)計(jì)實(shí)戰(zhàn)從入門到精通(視頻自學(xué)全彩版)
- OpenCV with Python Blueprints
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)訓(xùn)教程
- WCF技術(shù)剖析(卷1)
- MATLAB 2020 GUI程序設(shè)計(jì)從入門到精通
- Pandas 1.x Cookbook
- 分布式系統(tǒng)架構(gòu)與開發(fā):技術(shù)原理與面試題解析