About Private Service Connect port mapping

This page provides an overview of Private Service Connect port mapping.

Private Service Connect port mapping lets consumer virtual machine (VM) instances privately communicate with specific service ports on specific producer VMs through a single Private Service Connect endpoint.

A service consumer sends traffic to various client destination ports of the endpoint. Private Service Connect uses producer-defined mappings to forward traffic to the specified service port and producer VM. In some networking contexts, this approach is also known as port forwarding.

Port mapping versus regular Private Service Connect

Managed services are often designed as clusters of VMs, where different VMs represent separate instances of the same service. Every VM exposes the same operations on the same ports. For example, a database service might use port 1000 for database read operations and port 2000 for database write operations. Consumer VMs communicate with specific service instances by targeting ports on the VMs that are associated with the service instance.

A regular (load balanced) connection between a Private Service Connect endpoint and a service attachment is not ideal for this situation. With a regular Private Service Connect connection, consumer VMs send traffic to one or more ports of the endpoint's IP address. All traffic is load balanced and sent to any healthy producer VM that is configured as a backend for the port that receives the traffic.

In contrast, Private Service Connect port mapping eliminates load balancing. This approach lets consumer VMs target specific service ports of specific producer VMs based on the client destination port that receives the traffic.

Figure 1. Private Service Connect port mapping forwards traffic from client destination ports of an endpoint to service ports of producer VMs based on mapping that is configured for a port mapping NEG (click to enlarge).

Private Service Connect port mapping lets consumer VMs communicate with specific producer VMs through the following process:

  1. The consumer VM sends packets to the endpoint's IP address, using a designated client destination port. The client destination port acts as a unique identifier for the packet's intended destination VM and port.
  2. Private Service Connect uses the mapping of the client destination port that receives the traffic to determine the packet's destination.
  3. Private Service Connect forwards the traffic to its destination VM and service port.

For example, in figure 1, packets are forwarded as follows:

  • Packets that are sent to client destination port 1001 of the endpoint are forwarded to service port 1000 of vm-1.
  • Packets that are sent to client destination port 1002 of the endpoint are forwarded to service port 2000 of vm-1.
  • Packets that are sent to client destination port 1003 of the endpoint are forwarded to service port 1000 of vm-2.
  • Packets that are sent to client destination port 1004 of the endpoint are forwarded to service port 2000 of vm-2.

Deployment

Deploying a Private Service Connect port mapping connection differs from deploying a regular Private Service Connect endpoint connection for published services in the following ways:

  1. The service producer creates a port mapping service. Port mapping services use port mapping network endpoint groups (NEGs). This configuration is similar to an internal passthrough Network Load Balancer, but traffic is not load balanced.
  2. The service producer configures the port mapping NEG's network endpoints to specify mappings from client destination ports of a Private Service Connect endpoint to service ports of specific producer VMs.
  3. The service producer creates a service attachment that is associated with the forwarding rule of their port mapping service.
  4. The service producer shares client destination ports and their mappings with the service consumer. This is not handled automatically by Google Cloud.
  5. The service consumer configures workloads to communicate with managed services by using the producer-defined port mappings.

Specifications

Private Service Connect port mapping has the following specifications:

  • A Private Service Connect port mapping connection requires a Private Service Connect endpoint in a consumer VPC network that connects to a service attachment in a producer VPC network.
  • The service attachment is associated with a port mapping service. Port mapping services are configured similarly to internal passthrough Network Load Balancers, but traffic isn't load balanced. Port mapping services are composed of the following:
    • A forwarding rule that connects to a backend service. The forwarding rule must be configured for either TCP or UDP traffic. The forwarding rule must be configured to forward traffic for all client destination ports—for example, by specifying --ports=ALL in the Google Cloud CLI. However, you only need to define mappings in the port mapping NEG for the client destination ports that you plan to use.
    • A backend service that is configured to use a port mapping network endpoint group (NEG). Service producers use the network endpoints of the port mapping NEG to define unique mappings from client destination ports of the Private Service Connect endpoint to a combination of service port and producer VM.
  • Instead of load balancing traffic, the port mapping service forwards traffic based solely on the mappings that are configured in the port mapping NEG.
  • The producer service must share the valid client destination ports and their respective mappings with the consumer. Private Service Connect doesn't share this information with the consumer.
  • The consumer must configure their workloads to communicate with managed services by using the producer-defined port mappings.
  • Private Service Connect port mapping supports Private Service Connect endpoints regardless of whether the endpoints are configured to use global access.
  • Private Service Connect port mapping supports hybrid access. A consumer's on-premises workload can reach producer VMs by accessing the Private Service Connect endpoint through Cloud Interconnect connections or Cloud VPN.

Limitations

  • Private Service Connect port mapping does not support IPv6 traffic.

  • Health checks are not supported on backend services that have port mapping NEGs attached to them. Validation blocks a health check from being configured if the backend service has a port mapping NEG.

Use load balancing with Private Service Connect port mapping

Private Service Connect port mapping forwards traffic based solely on the client destination port that receives the traffic. If you want to use load balancing with Private Service Connect port mapping, you can do the following:

  • Ask the consumer to implement load balancing on the consumer side. Software that runs on consumer VMs can send traffic to alternating client destination ports.
  • Create a second service attachment in the producer VPC network that connects to a load balancer instead of a port mapping service. Use the same VMs that are in the port mapping NEG as backends in the load balancer's backend service. The consumer can send traffic that needs to be load balanced to an endpoint that is associated with the second service attachment.

Quotas

For information about quotas and limits related to Private Service Connect port mapping, see Quotas and limits.

Pricing

Pricing for Private Service Connect is described on the VPC pricing page.

What's next