- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 121字
- 2021-07-02 13:41:53
Kubernetes resources
Kubernetes objects are the entries in the cluster, which are stored in etcd. They represent the desired state of your cluster. When we create an object, we send the request to the API server by kubectl or a RESTful API. The API server will check whether the request is valid, store the state in etcd, and interact with other master components to ensure the object exists. Kubernetes uses namespaces to isolate the objects virtually, so we could create different namespaces for different teams, usages, projects, or environments. Every object has its own name and unique ID. Kubernetes also supports labels and annotations to let us tag our objects. Labels in particular can be used to group the objects together.
推薦閱讀
- Qt 5 and OpenCV 4 Computer Vision Projects
- 軟件項目估算
- Software Testing using Visual Studio 2012
- The React Workshop
- Yocto for Raspberry Pi
- 單片機應用與調試項目教程(C語言版)
- C語言程序設計實驗指導 (第2版)
- PHP編程基礎與實例教程
- SQL Server 2008 R2數據庫技術及應用(第3版)
- R語言:邁向大數據之路(加強版)
- 大數據時代的企業升級之道(全3冊)
- Applied Deep Learning with Python
- Mastering Magento Theme Design
- MATLAB/Simulink建模與仿真
- Clojure High Performance Programming