You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello RedisLabs community! I've begun using Redis for caching data, and found this repo with all the modules I needed, which was beautiful, congrats on the project.
When I used this with docker build and compose, it worked perfectly, loading the modules according to the expected, but when I tried using this image on a Kubernetes cluster, I was able to spin up the server but the modules were not loaded.
The main module I'm trying to use is RedisJSON, and I've got a unknown command JSON.GET and `unknown command `JSON.SET when attempting to get cached data or cache new data.
minikube start
kubectl apply -f [PATH TO FILES]
minikube dashboard (monitoring the cluster with a GUI)
minikube tunnel (creates a network route to allow the host to connect to external traffic via a Cluster IP gateway)
Is there anything I missed when writting these files?
PS.:
Running with docker compose up
Running with k8s cluster
As can be seen on the images, with docker compose the modules are loaded as expected, but not with k8s.
Att,
Felipe Vallim.
The text was updated successfully, but these errors were encountered:
Also currently investigating this same exact issue, they load fine locally on a Windows based host in docker, but in a pod on a k3s node, it's not loading any modules
Hello RedisLabs community! I've begun using Redis for caching data, and found this repo with all the modules I needed, which was beautiful, congrats on the project.
When I used this with docker build and compose, it worked perfectly, loading the modules according to the expected, but when I tried using this image on a Kubernetes cluster, I was able to spin up the server but the modules were not loaded.
The main module I'm trying to use is RedisJSON, and I've got a
unknown command
JSON.GETand `unknown command `JSON.SET
when attempting to get cached data or cache new data.The yaml files I'm using are:
And to run the server on the K8s cluster, I used:
Is there anything I missed when writting these files?
PS.:
Running with docker compose up
Running with k8s cluster
As can be seen on the images, with docker compose the modules are loaded as expected, but not with k8s.
Att,
Felipe Vallim.
The text was updated successfully, but these errors were encountered: