kubernetes-security/resources/busybox.yml

14 lines
230 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: alpine
namespace: attacker
spec:
containers:
- image: alpine:3.6
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
name: alpine
restartPolicy: Always