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?
source
share