Kubernetes apiVersion 字段解析

Kubernetes About 435 words

常用 apiVersion

  • v1Kubernetes API的稳定版本,包含很多核心对象:PodService等。
  • apps/v1:包含一些通用的应用层的API组合,如:DeploymentsRollingUpdatesReplicaSets
  • batch/v1:包含与批处理和类似作业的任务相关的对象,如:JobCronjob
  • 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: 785 · Posted: 2022-11-05

————        END        ————

Give me a Star, Thanks:)

https://github.com/fendoudebb/LiteNote

扫描下方二维码关注公众号和小程序↓↓↓

扫描下方二维码关注公众号和小程序↓↓↓


Today On History
Browsing Refresh