feathr-ai / helm-charts

Apache License 2.0
1 stars 0 forks source link

Redis deployment on k8s #7

Open ahlag opened 1 year ago

ahlag commented 1 year ago

Description

Added Redis on k8s

How was this PR tested?

  1. Run helm install <Release Name> ./feathr-online
  2. After installation, go to AKS Portal and check for redis deployment. It should have the name <Release Name>-feathr-online-redis, then go to its Pod and copy the Pod name. screen_shot 2023-02-14 at 15 43 49
  3. Run kubectl exec -it <Pod Name> -- redis-cli and enter the Redis Pod.
  4. Once you are in, make sure you can run CONFIG GET maxmemory to see if Redis is up and running.

Does this PR introduce any user-facing changes?