Pod with command running in it

PHOTO EMBED

Sun Nov 29 2020 21:02:47 GMT+0000 (Coordinated Universal Time)

Saved by @ankity09 #aws,ckad

apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: null
  labels:
    run: loop
  name: loop
spec:
  containers:
  - args:
    - /bin/sh
    - -c
    - while true; do date; sleep 10; done
    image: busybox
    name: loop
    resources: {}
  dnsPolicy: ClusterFirst
  restartPolicy: Never
status: {}
content_copyCOPY