apiVersion: v1 kind: Pod metadata: name: test01 labels: app: busybox spec: containers: - name: test001 image: busybox command: - "ping" args: - "baidu.com" resources: limits: memory: "400Mi" cpu: "200m" requests: memory: "300Mi" cpu: "100m"