Questions
Answer the following questions to test your knowledge of this chapter:
- What are the primary components of GKE?
- Master nodes and worker nodes
- Master nodes
- Worker nodes
- Dedicated nodes, worker nodes, and master nodes
- Which of the following statements about Kubernetes is true?
- A node is used to monitor GKE clusters
- A node is used to host the GKE API
- A node cannot be scheduled on demand
- A node is the smallest unit of computing hardware in Kubernetes
- Which of the following statements describes a Pod in Kubernetes?
- Pods can only run one container
- Pods are static
- Pods can be run on VMs
- A Pod is a group of one or more containers
- Which operating system image can you run on a node in GKE based on version 1.23 and upward?
- Container-Optimized OS with containerd (
cos_containerd
) - Ubuntu with containerd (
ubuntu_containderd
) - Windows LTSC with containerd (
windows_ltsc_containerd
) - All of these
- Container-Optimized OS with containerd (
- Which
gcloud
namespace can be used to create a GKE cluster?gcloud container
clusters create...