- 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.
推薦閱讀
- The Complete Rust Programming Reference Guide
- Ext JS Data-driven Application Design
- RTC程序設(shè)計(jì):實(shí)時(shí)音視頻權(quán)威指南
- PHP+MySQL+Dreamweaver動(dòng)態(tài)網(wǎng)站開發(fā)實(shí)例教程
- C++ 從入門到項(xiàng)目實(shí)踐(超值版)
- Learning Python Design Patterns
- C語(yǔ)言程序設(shè)計(jì)
- Python High Performance Programming
- Node.js:來(lái)一打 C++ 擴(kuò)展
- Python大學(xué)實(shí)用教程
- Laravel Application Development Blueprints
- Learning Python Data Visualization
- 愛(ài)上C語(yǔ)言:C KISS
- 從“1”開始3D編程
- Java程序設(shè)計(jì)教程