You are on page 1of 1

25/10/2020 Quiz: Kubernetes operations | Qwiklabs

Quiz: Kubernetes
home list arrow_back
arrow_forward
operations

Unfortunately, you need at least a 83% to pass this assessment. Not to worry though, review your
answers and try again.

check1. You want to use kubectl to configure your cluster, but first you must
configure it. Where does the kubectl command store its configuration
file?

kubectl always prompts the user for credentials before executing


commands.
The configuration information is stored in environment variables
in the current shell. when required.
kubectl uses the same authorization and credential tokens as the
gcloud CLI utilities.
The configuration information is stored in the
check
$HOME/.kube/config file.

That is correct.

close2. What command can you use to identify which containers in a Pod are
successfully running, and which are failing or having issues?

kubectl logs

close kubectl exec

kubectl get pod

kubectl describe pod

Review the lesson on introspection.

Chat

https://googlecourses.qwiklabs.com/course_sessions/63793/quizzes/49526 1/1

You might also like