Kubernetes - Pods
You want to continuously stream logs from all containers in pod
api-server. Which command should you use?api-server. Which command should you use?--all-containers=true streams logs from all containers in the pod.-f streams logs live. kubectl logs -f api-server --all-containers=true correctly combines both.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions