New Study Deck 2 Flashcards
What is a network endpoint group (NEG)?
Network endpoint groups (NEGs) are zonal resources that represent collections of IP address and port combinations for GCP resources within a single subnet. Each IP address and port combination is called a network endpoint.
What is a Secondary subnet range?
Secondary range you can apply to a subnet for use with alias IP ranges
Why would you use tags over service accounts for firewall rules?
Don’t need to restart VM to change, can have multiple tags on a VM
Why would you use service accounts over network tags for firewall rules?
Anyone can set any tag! Service accounts are resources with permissions.
What are the IP address ranges you need to assign when you build a GKE cluster?
“Node subnet
Services secondary range
Pods secondary range
Master IP range (for private clusters)”
What is an Ingress controller?
It is a GKE service that creates and manages an HTTP(s) load balancer on GCP. The backend can be a NEG.