Which Kubernetes resource creates Kubernetes Jobs?
B
Explanation:
https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/
Which of the following are characteristics of Statefulsets?
A
Explanation:
https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/
What can you use to add new resource types to your cluster?
B
Explanation:
https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
What is horizontal scaling?
D
Explanation:
https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
What kubectl command is used to edit a resource on the server?
C
Explanation:
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#edit
Which of the following computing model doesn’t require you to provision infrastructure?
E
Explanation:
What Kubernetes resource would allow you to run one Pod on some of your Nodes?
A
Explanation:
https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
What cloud-native construct does a kubernetes pod wrap?
A
Explanation:
Kubernetes is an orchestrator of containerized apps. However, containers must be wrapped in pods
before they can be deployed on kubernetes.
What is the smallest possible unit in Kubernetes to run a container?
A
Explanation:
https://kubernetes.io/docs/concepts/workloads/pods/
What command can you use to get documentation about a resource type from the command line?
B
Explanation:
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#explain