k8s/app02/busybox.yaml
2022-03-28 17:13:04 +08:00

16 lines
223 B
YAML

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