apiVersion: v1
kind: Pod
metadata:
name: tmp-shell2
spec:
containers:
- name: shell
image: nicolaka/netshoot
command: [ "sleep", "infinity" ]
stdin: true
tty: true