Linux Foundation Certified Kubernetes Administrator Exam Practice Test

Page: 1 / 14
Total 67 questions
Question 1

Score: 13%

Task

A Kubernetes worker node, named wk8s-node-0 is in state NotReady. Investigate why this is the case, and perform any appropriate steps to bring the node to a Ready state, ensuring that any changes are made permanent.



Answer : A


Question 2

Create 2 nginx image pods in which one of them is labelled with env=prod and another one labelled with env=dev and verify the same.



Answer : A


Question 3

Create a pod that echo ''hello world'' and then exists. Have the pod deleted automatically when it's completed



Answer : A


Question 4

List pod logs named ''frontend'' and search for the pattern ''started'' and write it to a file ''/opt/error-logs''



Answer : A


Question 5

Create a busybox pod that runs the command ''env'' and save the output to ''envpod'' file



Answer : A


Question 6

Create a pod with image nginx called nginx and allow traffic on port 80



Answer : A


Question 7

Get list of all pods in all namespaces and write it to file ''/opt/pods-list.yaml''



Answer : A


Page:    1 / 14   
Total 67 questions