/redis-deployment

Exercise to deploy Redis on Azure

Primary LanguageShell

Redis deployment

This repo was created to test the deployment of Redis on Minikube.

Steps

  1. Instal Minikube:

    bash tools/setup-minikube.sh

  2. Setup Redis resources:

    bash scripts/setup-redis-resources.sh

  3. Execute Redis test:

    bash scripts/run-redis-test.sh