apiVersion: apps/v1
kind: Deployment
kind:资源类型,选择是部署 Deployment、StatefulSet 还是 DaemonSet
- Deployment 为 Pod ReplicaSet 提供声明性更新。
- StatefulSet 是用于管理有状态应用程序的工作负载 API 对象。
- DaemonSet 确保所有(或部分)节点运行一个 pod 的副本
apiVersion: apps/v1
kind: Deployment
kind:资源类型,选择是部署 Deployment、StatefulSet 还是 DaemonSet