一、常见的资源类型分类 1.1 名称空间级别 * 工作负载型资源: Pod、Deployment、ReplicaSet、DaemonSet、Job、CronJob * 服务发现及负载均衡型资源: Service、Ingress * 配置及存储型资源: Volume、CSI * 特殊类型的存储卷: ConfigMap、Secret、PersistentVolumeClaim 1.2 集群级资源 Namespace、Node、PersistentVolume、ClusterRole、ClusterRoleBinding、CustomResourceDefinition 1.3 元数据型资源 HPA、PodTemplate、LimitRange