Linux_Foundation
CKA · Question #30
Create a busybox pod and add "sleep 3600" command
kubectl run busybox --image=busybox --restart=Never -- /bin/sh -c "sleep 3600"
Submitted by anjalisingh· May 4, 2026Workloads and Scheduling
Question
Create a busybox pod and add "sleep 3600" command
Exhibits
Explanation
kubectl run busybox --image=busybox --restart=Never -- /bin/sh -c "sleep 3600"
Topics
#Pods#kubectl run#Container commands#Workloads
Community Discussion
No community discussion yet for this question.

