As we discusssed in "Setup Redis Cluster with JSON and Search Modules on AKS with Binami Redis Using Custom Image" the cluster deployemnt does not allow the redis to be accessed outside of AKS/kubernetes. To allow local development with redis we have to deploy redis standalone on AKS. Ideally the standalone should be setup in development environment and clsuter mode should be setup in QA and production environments. Let's look at how to setup redis standalone with json and search modules using custom image we built in "Build Custom Docker Images with Redis Json and Search Module Support for deploying Bitnami Redis Cluster and Standalone in AKS".