Internal DNS address for Google Cloud internal balance sheets

According to this documentation page , each VM instance has a DNS record of the following form:

hostName.c.[PROJECT_ID].internal

It looks something like this:

redis.c.myproject.internal

I want to know if there is an equivalent for internal load balancers. Looking at the documentation , there seems to be nothing, but it seems like a pretty big oversight.

So, is there a way to access the internal LB in GCP through a DNS record?

+4
source share
1 answer

Source: https://habr.com/ru/post/1686308/


All Articles