Linux_FoundationLinux_Foundation
CKA · Question #30
CKA Question #30: Real Exam Question with Answer & Explanation
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
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.