Configuring the Network Load Balancer

The next step is to give a name to the load balancer, and to assign it to the Region and Network according to your Google Cloud worksheet.

As the console indicates, the name must be use lowercase letters only, must not contain any spaces, and cannot be changed once chosen.

Backend Configuration

Each node pool group requires a backend configuration created for it. GKE creates an instance group for each zone where the node pool was deployed, therefore if the deployment was done in a single zone, only one backend needs to be configured. If the deployment was done in a multi-zone, it would need a backend for each configured zone.

A new backend must have the following selections made for it:

Frontend Configuration

Access must be granted to the following cluster external communication ports:

Port (s) Description
443 Used by Transformation Hub, ArcMC, Fusion, etc., for UI access
32080 Used for Transformation Hub and ArcMC communication
32081 Used by the Schema Registry as the external communication port to serve HTTP requests (to provide Schemas information for external Avro consumers)
9092 Optional - only needs to be opened if Transformation Hub is configured to accept connections over a clear text channel
9093 Used by Transformation Hub as a requirement for secure communications with clients
32101 – 32150 Optional - these ports are needed only if Connectors are be deployed in Transformation Hub

Go to Frontend Configuration and select New Frontend IP and port.

For each necessary port, the New Frontend IP and port options must be set as follows:

Click Done before proceeding with the next port.