Linux Foundation CKA Question Answer
Create a busybox pod and add “sleep 3600” command
See the solution below.
kubectl run busybox --image=busybox --restart=Never -- /bin/sh -c
"sleep 3600"
TESTED 11 Jul 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved