kubernetes1.7.6 version and version 1.13.0 contrast

kubernetes1.13.0 kubernetes1.13.0 kubernetes1.6.7 kubernetes1.6.7
NAME                            
description NAME description
bindings                        
Binding resources and accounts, rights assignment
certificatesigningrequests
Authentication request
componentstatuses              
Container status clusters Cluster Account
configmaps                      
In the form of key / value of: storing the information pod or the system components (e.g., controller) accessible clusterrolebindings Cluster resource bound to the main account
endpoints                      
Service mapping, mapping of the external services for the internal kubernetes service clusterroles A collection of resources under the authority of the entire cluster
events                          
Etcd stored inside, JSON array, message storage componentstatuses Container status
limitranges                    
Based resource management, resource constraints namespace to create pod, checks and match limit configmaps In the form of key / value of: storing the information pod or the system components (e.g., controller) accessible
namespaces                      
Resource isolation and sharing of multi-tenancy daemonsets All specified node or a particular node node running the same pod, only one copy
nodes                          
kubernetes cluster node workloads deployments RC upgrade, see the pod creation, scheduling, binding node, and start on the destination node corresponding container
persistentvolumeclaims          
User demand for storage resources applications, including space request, access mode, pv selection criteria and storage category endpoints Service mapping, mapping of the external services for the internal kubernetes service
persistentvolumes              
Network storage, do not belong to any node events Etcd stored inside, JSON array, message storage
pods                            
kubernetes cluster basic concepts, the container comprising horizontalpodautoscalers Auto elastic expansion
podtemplates                    
Create a template used in the pod ingresses The inlet cluster, routing, start a HTTP (S) the load balancer
replicationcontrollers          
Label Selector RC declare some kind of pod number of copies at any time in line with an expected value of screening target pod jobs Pod is a one-time task (running time is long service created RC) Job creation in
resourcequotas                  
Resource quota management (level: container, pod, namespace) limitranges Based resource management, resource constraints namespace to create pod, checks and match limit
secrets                        
The main role of Secret object is kept private objects (password, Oauth Tokens, SSH Keys) namespaces Resource isolation and sharing of multi-tenancy
serviceaccounts                
Services account for Pod process that allows users to create clusters account for specific tasks (user acount for people) networkpolicies Network Policy
services                        
微服务,流量入口 nodes kubernetes集群中的工作负载节点
mutatingwebhookconfigurations  
异常探针配置 persistentvolumeclaims 用户对存储资源的需求申请,包括空间请求、访问模式、pv选择条件和存储类别
validatingwebhookconfigurations
校验探针配置 persistentvolumes 网络存储,不属于任何node
customresourcedefinitions      
CRD自定义资源二次开发来扩展KubernetesAPI pods kubernetes集群中基本的概念,包含容器
apiservices                      
提供了kubernetes各类资源对象(Pod、RC、Service)的增删改查以及watch等HTTP Rest接口 poddisruptionbudgets 控制pod集群处于运行状态最低个数或百分比,撤销pod时不会导致业务中断
controllerrevisions            
对daemonsets的版本回滚控制 podsecuritypolicies pod 安全策略
daemonsets                      
指定所有的node或特定node节点运行同一个pod,只能有一个副本 podtemplates 创建pod用到的模板
deployments                    
RC的升级,看到pod的创建、调度、绑定节点、以及在目标节点上启动对应的容器 replicasets 升级版的RC,pod副本部署控制对象
replicasets                    
升级版的RC,pod副本部署控制对象 replicationcontrollers RC声明某种pod的副本数量在任意时刻都符合某个预期值,筛选目标pod的Label Selector
statefulsets                    
有状态的pod对应的控制对象(Mysql) resourcequotas 资源配额管理(级别:容器、pod、namespace)
tokenreviews                    
安全相关,token  rolebindings 将资源绑定到账户主体Subject,让Subject继承Role所在的namespace下的资源
localsubjectaccessreviews      
特定的命名空间的评论 roles 某个namespace下资源的一系列权限的集合
selfsubjectaccessreviews        
访问当前用户的评论。将授权决策委派给API服务器 secrets Secret对象的主要作用是保管私密对象(密码、Oauth Tokens、SSH Keys)
selfsubjectrulesreviews        
返回用户在可用命名空间内执行的操作集的审阅,用户可快速汇总自己的访问权限 serviceaccounts 服务账户针对Pod进程,允许集群用户为特定任务创建账户(user acount针对人)
subjectaccessreviews            
所有用户的评论 services 微服务,流量入口
horizontalpodautoscalers        
自动弹性扩展 statefulsets 有状态的pod对应的控制对象(Mysql)
cronjobs                        
批量性任务 storageclasses 对存储资源的抽象定义,对用户设置的PVC申请屏蔽后端存储的细节
jobs                            
Job创建的Pod都是一次性任务(RC创建的都是长时运行的服务)    
certificatesigningrequests      
认证请求    
leases                          
主机租借subnet属性    
ingresses                      
集群的入口,路由,启动一个HTTP(S)负载均衡器    
podsecuritypolicies            
pod 安全策略    
alertmanagers                  
用来进行报警    
prometheuses                    
监控集群中的应用,周期性抓取被监控组件的状态    
prometheusrules                
监控pod的规则    
servicemonitors                
服务监控    
networkpolicies                
网络策略    
poddisruptionbudgets            
控制pod集群处于运行状态最低个数或百分比,撤销pod时不会导致业务中断    
clusterrolebindings            
集群资源绑定到账户主体    
clusterroles                    
整个集群下的资源的一系列权限的集合    
rolebindings                    
将资源绑定到账户主体Subject,让Subject继承Role所在的namespace下的资源    
roles                          
某个namespace下资源的一系列权限的集合    
priorityclasses                
pod优先级调度(默认关闭)    
storageclasses                  
对存储资源的抽象定义,对用户设置的PVC申请屏蔽后端存储的细节    
volumeattachments              
挂载数据卷    
       
     

Guess you like

Origin www.cnblogs.com/frantz/p/11448707.html