- 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.
推薦閱讀
- 深入理解Bootstrap
- Python計算機視覺編程
- Mastering OpenCV 4
- Python應用輕松入門
- Hands-On Enterprise Automation with Python.
- 自然語言處理Python進階
- Getting Started with Greenplum for Big Data Analytics
- 前端HTML+CSS修煉之道(視頻同步+直播)
- RabbitMQ Cookbook
- Julia for Data Science
- SQL Server 入門很輕松(微課超值版)
- 大學計算機基礎實驗指導
- SQL Server 2008實用教程(第3版)
- Java EE輕量級解決方案:S2SH
- Building Microservices with Go