What kubectl command is used to edit a resource on the server?
Correct Answer:
C
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#edit Graphical user interface, text, application, email Description automatically generated
What standard does kubelet use to communicate with the container runtime?
Correct Answer:
D
kubelet can communicate with any runtime that supports the CRI standard.
Which of the following is not a stop on the cloud native trailmap?
Correct Answer:
A
https://github.com/cncf/landscape#trail-map
To run a startup task before a Pod's container starts up. What Kubernetes feature can help you ac-complish this?
Correct Answer:
A
https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ Text, letter Description automatically generated
How can persistent volume be provisioned?
Correct Answer:
C
https://kubernetes.io/docs/concepts/storage/persistent-volumes/ Text Description automatically generated