Welcome to your Kubernetes Quiz 2 What are labels? The name given to an object The configuration given to an object A key-value pair attached to an object The ‘desired’ field None Which command we use to open up a proxy port on localhost for the Kubernetes cluster? kubectl create kubectl proxy kubectl proxy create kubectl localhost None How can we access the cluster? Application programming interface Graphical User Interface Command-Line Interface All of the above None Which of the following are Kubernetes installation tools? (Choose All applicable) kops kubeadm kubespray (formerly known as kargo) All the above None Which of the following are Kubernetes hosted solutions? Google Compute Engine Google Function Google Container Engine Amazon Lambda None A Service can have its own IP address? TRUE FALSA None What does a service use to logically group a set of Pods? Pod names IP address attached to Pods Labels and Selectors None Inside a Pod, a volume is shared among containers? TRUE FALSE None Which sub-command of 'kubectl' we can use to scale an application? expand scale change new None Get list of all pods in all namespaces and write it to file “/opt/pods-list.yaml” kubectl get po –all-namespaces > /opt/pods-list.yaml kubectl list po -n develop > /opt/pods-list.yaml kubectl get po -n develop > /opt/pods-list.yaml kubectl set po -n develop > /opt/pods-list.yaml None Time’s upTime is Up! Post navigation 1. Kubernetes Quiz – Level 1 (10 Questions)CKA Exam – Kubernetes Challenge 1