# A shell inside the cluster for the scripts to call Services from (the app image has none). apiVersion: v1 kind: Pod metadata: name: client namespace: demo spec: terminationGracePeriodSeconds: 1 containers: - name: busybox image: busybox:1.37 imagePullPolicy: Never command: ["sh", "-c", "trap 'exit 0' TERM; while true; do sleep 1; done"]