0% found this document useful (0 votes)
57 views

Quiz - Kubernetes Operations

The document is a quiz about Kubernetes operations. It contains two multiple choice questions about configuring kubectl and identifying container status in a pod. For the first question, the correct answer is that kubectl stores its configuration in the $HOME/.kube/config file. For the second question, the correct command to identify container status in a pod is kubectl describe pod. The quiz notifies that a score of at least 83% is needed to pass.

Uploaded by

sat_ks
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views

Quiz - Kubernetes Operations

The document is a quiz about Kubernetes operations. It contains two multiple choice questions about configuring kubectl and identifying container status in a pod. For the first question, the correct answer is that kubectl stores its configuration in the $HOME/.kube/config file. For the second question, the correct command to identify container status in a pod is kubectl describe pod. The quiz notifies that a score of at least 83% is needed to pass.

Uploaded by

sat_ks
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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