Which of the following provides cloud-native storage orchestration?
Correct Answer:
A
https://kubernetes.io/docs/concepts/storage/persistent-volumes/#types-of-persistent-volumes Table Description automatically generated with medium confidence
What is OPA?
Correct Answer:
C
https://www.cncf.io/projects/open-policy-agent-opa/
Graphical user interface, text, application, email Description automatically generated
Which Kubernetes resource creates Kubernetes Jobs?
Correct Answer:
B
https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/
Graphical user interface, text, application, email Description automatically generated
Have a pod 'hello' and a container in that pod 'green'. Which of the following commands would get the logs for that container?
Correct Answer:
B
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#logs Graphical user interface, text, application, email Description automatically generated
What cloud-native construct does a kubernetes pod wrap?
Correct Answer:
A
Kubernetes is an orchestrator of containerized apps. However, containers must be wrapped in pods before they can be deployed on kubernetes.