kubernetes-security/resources/busybox.yml

14 lines
230 B
YAML
Raw Normal View History

2018-04-21 04:34:11 +00:00
apiVersion: v1
kind: Pod
metadata:
name: alpine
namespace: attacker
spec:
containers:
- image: alpine:3.6
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
name: alpine
restartPolicy: Always