DevZero Logo
DevZero

Memorystore

Connecting to GCP Memorystore from a DevZero workspace.

If you're more of a visual learner, check out the video tutorial!

Architecture Diagram

GCP Memorystor Architecture

Prerequisites

Existing Memorystore Service

Step 1: Accessing Memorystore from a DevBox

  1. Go to Memorystore > Clusters.
  2. Select your Instance and copy your Domain Endpoint.

image

  1. Go to your DevBox and connect to Service:
telnet <domain-endpoint> 6379

image

New Memorystore Service

Step 1: Creating an Memorystore Service

  1. Go to Memorystore > Clusters and click on Create Instance.
  2. Enter the Cluster ID and choose the region.
  3. Choose the Node type, Cluster Size and Replicas.
  4. Choose the VPC Network under the Set up connection section.
  5. Setup the service connection policy if prompted.
  6. Fill in the network name and the private subnet in the policy section.
  7. After setting up the connection policy, click on Create Cluster.

image

Step 2: Accessing Memorystore from DevBox

  1. Go to Memorystore > Clusters.
  2. Select your Instance and copy your Domain Endpoint.

image

  1. Go to your DevBox and connect to Service:
telnet <domain-endpoint> 6379

image

Video Walkthrough

On this page