GoogleCloudPlatform / gke-networking-recipes

Apache License 2.0
307 stars 85 forks source link

Recipe for ILB based service #108

Closed kishorerj closed 10 months ago

kishorerj commented 2 years ago

This recipe is for an Service exposing an Internal Load balancer with a fixed IP address. In a shared VPC architecture these Internal load balancer can facilitate service to service communication across service projects in a VPC network.

kishorerj commented 2 years ago

@danielmarzini this is PR for the ILB based interservice communication

kishorerj commented 1 year ago

@bowei @boredabdel .. Can you please review this

boredabdel commented 1 year ago

I'm busy with a conference this week. @danielmarzini once this is ready to merge let me know :)

danielmarzini commented 1 year ago

Hey @kishorerj, I think this one is a dup of this one. wdyt?

kishorerj commented 1 year ago

Hey @kishorerj, I think this one is a dup of this one. wdyt?

Yes Daniel you are right, the yamls are same. The difference is the use case and scenario is different. In mine I have explained how this can be used to facilitate multi-cluster communication.