Which of the following computing model doesn't require you to provision infrastructure?
Reveal answer details Close answer details
Correct answerE

Linux Foundation · KCNA
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
Which of the following computing model doesn't require you to provision infrastructure? Reveal answer details Close answer detailsCorrect answerE Explanation ![]()
Single choice
What is autoscaling? Reveal answer details Close answer detailsCorrect answerD Explanation https://kubernetes.io/blog/2016/07/autoscaling-in-kubernetes/
Single choice
What does the 'kops' acronym means? Reveal answer details Close answer detailsCorrect answerB Explanation Explanation: ![]() Graphical user interface, text, application, email
Single choice
Which is NOT a use case for the Kubernetes dashboard? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which component of the kubernetes control-plane (master) are all requests to deploy and manage objects posted to? Reveal answer details Close answer detailsCorrect answerD Explanation Explanation: ![]()
Single choice
Flux is built using which toolkit? Reveal answer details Close answer detailsCorrect answerC Explanation Explanation: ![]()
Single choice
Which of the following container runtime is planned to be deprecated in Kubernetes 1.20 and high-er? Reveal answer details Close answer detailsCorrect answerC Explanation Explanation: ![]()
Single choice
Which of the following best describes a cloud-native app? Reveal answer details Close answer detailsCorrect answerC Explanation Explanation: Cloud-native apps leverage cloud computing frameworks and tend to be microservices based, where individual components of the app are coded as individual.
Single choice
What is the functionality of the daemon set? Reveal answer details Close answer detailsCorrect answerA Explanation Explanation: ![]()
Single choice
What is the primary interface for Kubernetes cluster? Reveal answer details Close answer detailsCorrect answerA Explanation Explanation: ![]()
Single choice
What can you use to add new resource types to your cluster? Reveal answer details Close answer detailsCorrect answerB Explanation Explanation: ![]()
Single choice
'kubectl delete -n my-ns po,svc --all' will delete pods and services including uninitialized ones in the namespace 'my-ns' Reveal answer details Close answer detailsCorrect answerB Explanation Explanation: ![]()
Single choice
How would you return all the pod data in the json format using kubectl command? Reveal answer details Close answer detailsCorrect answerA Explanation Explanation:
Single choice
Which access control component of Kubernetes is responsible for authorization and decides what requestor is allowed to do? Reveal answer details Close answer detailsCorrect answerB Explanation Explanation: ![]()
Single choice
What tool allows us to build useful visual representations of prometheus data? Reveal answer details Close answer detailsCorrect answerA Explanation Explanation: ![]()
Single choice
kubeadm is an administrative dashboard for kubernetes Reveal answer details Close answer detailsCorrect answerA Explanation Explanation: ![]()
Single choice
What is the smallest possible unit in Kubernetes to run a container? Reveal answer details Close answer detailsCorrect answerA Explanation Explanation: ![]()
Single choice
Which of the following best describes the way kubernetes Role-based access control (RBAC) works? Reveal answer details Close answer detailsCorrect answerB Explanation Explanation: ![]()
Single choice
Have a pod 'hello' and a container in that pod 'green'. Which of the following commands would get the logs for that container? Reveal answer details Close answer detailsCorrect answerB Explanation Explanation: ![]() |