apiVersion: v1 kind: Pod metadata: name: pod1 spec: containers: - name: busybox image: busybox:1.28 imagePullPolicy: IfNotPresent command: - sleep - "3600" volumeMounts: - mountPath: /backup name: backup-volume volumes: - name: backup-volume emptyDir: {} nodeSelector: kubernetes.io/hostname: kube-worker-01.juntotelecom.com.br