1. What is a Kubernetes pod?
- A group of VMs
- A group of clusters
- A group of containers
- A group of nodes
That's correct. In Kubernetes, a group of one or more containers is called a pod. Containers in a pod are deployed together. They are started, stopped, and replicated as a group.The simplest workload that Kubernetes can deploy is a pod that consists only of a single container.
2. Where do the resources used to build Google Kubernetes Engine clusters come from?
- Cloud Storage
- Compute Engine
- App Engine
- Bare-metal servers
Correct! Because the resources used to build Google Kubernetes Engine clusters come from Compute Engine, Google Kubernetes Engine gets to take advantage of Compute Engine’s and Google VPC’s capabilities.
0 Comentarios