- 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.
推薦閱讀
- ASP.NET Core 5.0開發入門與實戰
- Mastering Python Scripting for System Administrators
- Java持續交付
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Mastering macOS Programming
- C# 8.0核心技術指南(原書第8版)
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- Yii2 By Example
- 深入淺出 HTTPS:從原理到實戰
- Learning NHibernate 4
- Hands-On Artificial Intelligence with Unreal Engine
- Cocos2D Game Development Essentials
- Alfresco for Administrators
- 活文檔:與代碼共同演進