GCP Kubernets Flashcards
I need to deploy containers to multiple regions, is it possible to create a GCP Kubernets cluster the spans regions?
No, when you are creating the Kubernetes cluster you have the option to create the cluster as regional or zonal.
When creating the Kubernets cluster can I choose the node boot disk size?
Yes you can choose the boot disk size
When creating the Kubernets cluster can I choose the node boot disk type?
Yes you can choose the boot disk type (persistent standard disk or SSD
When creating a cluster what is Access scope?
Access scope is the level of access you have for GCP API’s
Can kubernetes use GPU’s?
Yes 100%
What are kubernetes pods?
Collection of containers?
Will Kubernetes Engine support rolling updates?
Yes
Is Kubernetes Engine a multi-zone cluster?
Yes, masters and nodes are spread across zones within a region.
Will Kubernetes Engine auto scale your application?
Yes
Will Kubernetes Engine load balance your incoming traffic?
Yes
Where can I store images?
Google Container Registry
How can I easily build images?
Google Container Builder
With Google Container Builder, can i have custom build pipelines?
Yes
By default where is a kubernetes cluster created?
In a zone, but we can opt for a regional cluster.
How are master and nodes distributed in the cluster?
Across all nodes.