Kubernetes - kubectl Essential Commands
Given the command
kubectl logs mypod --tail=5, what will be the output?kubectl logs mypod --tail=5, what will be the output?--tail option--tail=5 option limits the output to the last 5 lines of the logs.mypod, so logs shown are from that pod only.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions