Skip to content

Instantly share code, notes, and snippets.

@bngsudheer
Created September 6, 2020 05:10
Show Gist options
  • Save bngsudheer/dd2a32ced41eaff5a9596bcd465c5a10 to your computer and use it in GitHub Desktop.
Save bngsudheer/dd2a32ced41eaff5a9596bcd465c5a10 to your computer and use it in GitHub Desktop.
busybox.yaml for k8s
apiVersion: v1
kind: Pod
metadata:
name: busybox
namespace: default
spec:
containers:
- image: busybox:1.28.4
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
name: busybox
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment