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: Non-SSL and SSL Port #29834

Open
jeremybeeman opened this issue Oct 9, 2024 · 0 comments
Open

Redis: Non-SSL and SSL Port #29834

jeremybeeman opened this issue Oct 9, 2024 · 0 comments
Assignees
Labels

Comments

@jeremybeeman
Copy link

Name and Version

bitnami/redis 20.1.7

What is the problem this feature will solve?

We've been running into an issue when using SSL with redis where the SSL connection sometimes hangs. In order to mitigate this, I was going to try turning off SSL within our k8s cluster and still leaving SSL for external connections. Not sure if this is the approach (open to suggestions) but when trying to pursue it, it looked like I couldn't configure multiple ports for the redis pod.

What is the feature you are proposing to solve the problem?

The feature would be to allow for multiple ports for redis, allowing SSL and non-SSL ports for redis. Another component of this would be to allow for switching the liveness/readiness probes from SSL-based to use the non-SSL port since that traffic stays within the host.

What alternatives have you considered?

We are currently working to handle other components that may be overloading our redis instance. We're also trying to determine why this one client is now having SSL problems now instead of earlier on their app itself.

@github-actions github-actions bot added the triage Triage is needed label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants