There was nothing wrong with the previous deployment. In practical use cases, it would be rare that you would launch an application without some configuration settings. In this case, we are going to set the following configuration settings for redis-master (from the example in https://Kubernetes.io/docs/tutorials/configuration/configure-redis-using-configmap/ ).
Copy and paste the following two lines into the Azure Cloud Shell editor and save it as redis-config:
maxmemory 2mbmaxmemory-policy allkeys-lru