pod.yaml
apiVersion: v1
kind: Pod
metadata:
name: np-busybox
namespace: np-test
labels:
app: client
spec:
containers:
- name: busybox
image: rraj4/busybox
command: ['sh', '-c', 'while true; do sleep 5; done']
Content type
Image
Digest
Size
1.8 MB
Last updated
over 5 years ago
docker pull rraj4/busybox