Kubernetes apiVersion 字段解析
Kubernetes About 435 words常用 apiVersion
v1
:Kubernetes API
的稳定版本,包含很多核心对象:Pod
、Service
等。apps/v1
:包含一些通用的应用层的API
组合,如:Deployments
,RollingUpdates
,ReplicaSets
。batch/v1
:包含与批处理和类似作业的任务相关的对象,如:Job
、Cronjob
。autoscaling/v2
: 允许根据不同的资源使用指标自动调整容器。
v1
- Node
- Namespace
- Pod
- Service
- ConfigMap
- Secret
- PersistentVolume
- PersistentVolumeClaim
apps/v1
- ReplicaSet
- Deployment
- DaemonSet
batch/v1
- Job
- CronJob
autoscaling/v2
- HorizontalPodAutoscaler
networking.k8s.io/v1
- Ingress
Views: 1,143 · Posted: 2022-11-05
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...