Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Conversation

@ahlag
Copy link
Collaborator

@ahlag ahlag commented Feb 13, 2023

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

4. Run `kubectl exec -it -- redis-cli` and enter the Redis Pod. 5. 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?

  • No. You can skip the rest of this section.
  • Yes. Make sure to clarify your proposed changes.

@ahlag ahlag changed the title [WIP] Redis deployment on k8s Redis deployment on k8s Feb 14, 2023
@ahlag ahlag self-assigned this Feb 14, 2023
@ahlag ahlag requested a review from blrchen February 14, 2023 06:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants