Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis deployment on k8s #7

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Redis deployment on k8s #7

wants to merge 5 commits into from

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant