We have 1 shared VPC host project which has 3 service projects attached to it (dev, stage, prod). All 3 projects have exactly the same VPC subnet eg. 10.53.39.0/24 .
All three projects host Anthos GKE cluster of their own, and we are using filestore as PVC. We plan to mount different folders of the same filestore to respective GKE cluster /dev /stage /prod.
My question is related to network access to this filestore. Since the sourceIPs are going to be the same as the nodeIPs are going to be from the same subnet 10.53.39.0/24.
Does google allow such access.
It is possible if all are at the same VPC, there should not be any block.