Review Questions
You can find the answers in the Appendix.
-
A new engineer is asking for clarification about when it is best to use Kubernetes and when to use instance groups. You point out that Kubernetes uses instance groups. What purpose do instance groups play in a Kubernetes cluster?
- They monitor the health of instances.
- They create pods and deployments.
- They create sets of VMs that can be managed as a unit.
- They create alerts and notification channels.
-
What kinds of instances are required to have a Kubernetes cluster?
- A cluster master and nodes to execute workloads.
- A cluster master, nodes to execute workloads, and Stackdriver nodes to monitor node health.
- Kubernetes nodes; all instances are the same.
- Instances with at least four vCPUs.
-
What is a pod in Kubernetes?
- A set of containers
- Application code deployed in a Kubernetes cluster
- A single instance of a running process in a cluster
- A controller that manages communication between clients and Kubernetes services