apiVersion: v1 kind: Pod metadata: name: test01 labels: app: busybox spec: containers: - name: test001 image: busybox command: - "ping" args: - "baidu.com"