- 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.
推薦閱讀
- AngularJS入門與進階
- 華為HMS生態與應用開發實戰
- iOS開發實戰:從零基礎到App Store上架
- Django:Web Development with Python
- Learning Salesforce Einstein
- The Complete Coding Interview Guide in Java
- Getting Started with Greenplum for Big Data Analytics
- Selenium Testing Tools Cookbook(Second Edition)
- Scala Reactive Programming
- Managing Microsoft Hybrid Clouds
- Unity 2017 Game AI Programming(Third Edition)
- Scratch從入門到精通
- Learning Bootstrap 4(Second Edition)
- SEO教程:搜索引擎優化入門與進階(第3版)
- Head First Kotlin程序設計