nerdexam
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

CKA question #30 exhibit 1
CKA question #30 exhibit 2

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.

Full CKA Practice