This topic explains how to download the VMware GemFire for Redis Apps add-on.
Choose the download method appropriate for your version of GemFire:
To download the VMware GemFire for Redis Apps add-on:
Download the VMware GemFire for Redis Apps .tgz file from Tanzu Net.
Unzip the contents to a folder and record the path to the folder. You use this path when you start a VMware GemFire cluster with the VMware GemFire for Redis Apps add-on.
There is no separate artifact to download in order to use VMware GemFire for Redis Apps with VMware GemFire for TAS. Beginning with GemFire for TAS version 1.14.5, the GemFire for Redis Apps add-on will be included and accessible in the GemFire tile.
Follow the instructions in the Quickstart Using VMware GemFire for TAS to start a GemFire service instance with the GemFire for Redis Apps enabled.
There are two ways to download the VMware GemFire for Redis Apps add-on with VMware GemFire for Kubernetes:
You can pull the image from the VMware Tanzu Network when creating a VMware GemFire for Kubernetes cluster.
Follow the instructions in Quickstart Using VMware GemFire for Kubernetes to start a GemFire for Kubernetes cluster with the GemFire for Redis Apps add-on. When creating the GemFire cluster, create an entry in the libraries
section of your GemFire Cluster yaml file. For example:
libraries:
- name: gemfire-for-redis-apps
container:
image: registry.tanzu.vmware.com/tanzu-gemfire-for-redis-apps/gemfire-for-redis-apps:1.0.1
path: "/gemfire-for-redis-apps/*"
imagePullSecretRef:
name: image-pull-secret
You can pull the image from Tanzu Network and save it to your internal registry.
Login to your VMware Tanzu Network account
docker login registry.tanzu.vmware.com -u TANZU-NETWORK-USERNAME
You will be prompted for your Tanzu Network password.
Pull the image.
docker pull registry.tanzu.vmware.com/tanzu-gemfire-for-redis-apps/gemfire-for-redis-apps:1.0.1
Push the image to your registry.
Follow the instructions in the Quickstart Using VMware GemFire for Kubernetes to start a GemFire for Kubernetes cluster with the GemFire for Redis Apps add-on.