Networking

This page explains how to use networking with Private Service Connect service connectivity automation for Memorystore for Redis Cluster . The page also describes the following information about networking:

Networking setup guidance

As a reader of this page, you likely fit into one of two roles. Each role has different tasks that you have to accomplish. However, there might be an overlap between the roles.

Knowing which role you fit into and your role's goals helps you accomplish your cluster creation and networking tasks quickly and efficiently.

You might fit into the following roles:

  • Role 1: Redis Admin

    • Your goal is to create a cluster in Memorystore for Redis Cluster. You're reading this page to learn if you have the required prerequisites to create a cluster that uses a service connection policy for networking. When you use this networking setup, service connection policies authorize the automatic lifecycle management of Private Service Connect connections.

    • After you know that a service connection policy is established for your network, get the full network name (that has the format of projects/NETWORK_PROJECT_ID/global/networks/NETWORK_ID) from your Network Admin so that you can use it to create the cluster.

    • After the service connection policy is associated with your network, service connectivity automation deploys connectivity for the cluster automatically as the cluster is created.

  • Role 2: Network Admin

    • Your goal is to find out if the proper service connection policy has been created for the network on which the Redis Admin wants to deploy a Memorystore for Redis Cluster instance.

      If the service connection policy hasn't been created, then create it. This policy lets Memorystore automate private connectivity to the Memorystore service. For more information about configuring and managing a service connection policy, see Configure service connection policies.

    • Your next goal is to provide the network name to the Redis Admin so they can use it to create an instance.

    • If you're the Network Admin, then you must have the required roles to create a service connection policy.

Prerequisites required for using service connection policy networking

As described in Service connection policies, a service connection policy is unique to your network, region, and service class. If you want to use a service connection policy to enable automatically deployed Private Service Connect connections, the policy must exist for your region, network, and gcp-memorystore-redis service class before you create a Memorystore for Redis Cluster instance. You must also make sure that the necessary APIs are enabled before you can create an instance.

Communicate networking requirements

If you're reading this as a Redis Admin, then ask your Network Admin if a service connection policy exists for the region, network, and gcp-memorystore-redis service class where you want to create your instance. After your Network Admin has created the policy, ask them for the full network name (that has the format projects/NETWORK_PROJECT_ID/global/networks/NETWORK_ID) so that you can use it to create a Memorystore for Redis Cluster instance.

Send your Network Admin a link to this page so they can understand the service connection policy prerequisites needed for you to create an instance.

Enable APIs

As a Redis Admin, before you can create a Memorystore for Redis Cluster instance, you must enable all of the APIs listed in Before you begin.

Shared VPC

In addition to standard VPC networks, Memorystore for Redis Cluster also supports Shared VPC networks.

Shared VPC setups have a host project and one or more service projects. The service connection policy for Memorystore for Redis Cluster is defined in the host project by the Network Admin. Redis Admins typically create Memorystore for Redis Cluster instances in service projects.

For a quickstart on creating an instance with Shared VPC, see Instance provisioning on a Shared VPC network.

Reserved network addresses

After you create a Memorystore for Redis Cluster instance that uses a service connection policy, Memorystore reserves two network addresses for the instance. They are used to serve the traffic for your instance. One of these is the discovery endpoint that you use to connect to your instance.

Supported networking architectures

Memorystore for Redis Cluster supports the network architectures described in this section.

Same network, project, and region client access example

In this example, the client and Memorystore endpoint IPs are located in the same network, project, and region.

Shows clients in the consumer project connecting to a Memorystore for Redis Cluster in a producer project through a private service connect intermediary.

Same network and project, but multi-region client access example

In this example, the client and Memorystore endpoint IPs are located in the same network and project, but in multiple regions.

Shows clients in different regions in the consumer project connecting to a Memorystore for Redis Cluster in a producer project through a private service connect intermediary.

Shared VPC client access example

In this example, the clients are located in different Shared VPC projects. Although clients in this example are in the same region, clients from different regions are also supported.

Shows clients in various Shared VPC consumer projects connecting to a Memorystore for Redis Cluster in a producer project through a private service connect intermediary.

On-premises access example

This diagram shows an example of a client connecting to Memorystore from an on-premises network using Cloud Interconnect and Cloud Router. Although Cloud Interconnect and Cloud Router intfrastructure is used, the client machines in the on-premises network connect to Redis using the Memorystore endpoint IP addresses. For example, in the diagram below, clients connect directly to 10.142.0.10 and 10.142.0.11.

For instruction on finding your instance's discovery endpoint IP address, see View your cluster's discovery endpoint.

Shows clients in an on-premises network connecting to a Memorystore for Redis Cluster in a producer project through Cloud Interconnect and private service connect intermediaries.

Frequently asked questions

This section covers networking FAQs for Memorystore for Redis Cluster.

Do you need a service connection policy?

It depends. For network connectivity, you have two options: a service connection policy or user-registered Private Service Connect connections. If you choose a multi-VPC setup, then you can either use the second option or both options together.

User-registered Private Service Connect connections enable you to connect multiple VPC networks, if needed. If you don't need multiple VPC networks, then you can also establish connectivity by using a user-registered connection. However, we recommend using a service connection policy because the process is more straightforward.

Why must you enable the Network Connectivity and Service Consumer Management APIs?

If you set up networking using a service connection policy, then Memorystore for Redis Cluster uses Private Service Connect service connectivity automation to automate deployment and connectivity in the consumer network. For automation to work, you must enable these APIs. If you don't, then cluster creation operations fail.

Which permissions do you need to set up networking in Memorystore for Redis Cluster?

  • If you want to perform the Redis Admin tasks described on this page, then you need the redis.admin role. To see which roles you need for different Memorystore for Redis Cluster permissions, see Permissions and their roles.

  • If you want to perform the Network Admin tasks described on this page, then you need the compute.networkAdmin role.

Which ports do you need to set up networking in Memorystore for Redis Cluster?

Your application connects to Memorystore for Redis Cluster by using an IP address and the 6379 port. As part of this connection, it requests the topology of a cluster.

The request's response contains a list of the data nodes in the cluster and their associated ports. For each node, Memorystore for Redis Cluster uses a port in the 11000-to-13047 range. Therefore, in your firewall, you must allow access to both the 6379 port and to all ports in this range.

How can you set up connectivity for your on-premises network?

In addition to the guidance on this page, you can learn about setting up on-premises connectivity by using the following links: