apiVersion: v1
kind: Pod
metadata:
name: validate-dns
spec:
containers:
- name: busybox
image: busybox
imagePullPolicy: IfNotPresent
args: ['sleep', '3600']
restartPolicy: Always