-
Notifications
You must be signed in to change notification settings - Fork 276
K8s: add more secrets and connectivity info #1918
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
Conversation
- Add comprehensive guide for storing Redis Enterprise configuration in Kubernetes Secrets - Cover license configuration using both licenseSecretName and direct embedding methods - Include cluster FQDN determination for licensing purposes - Document TLS certificate configuration for mTLS and different services - Provide step-by-step kubectl commands and YAML examples - Add best practices for secret management - Include cross-references to related documentation This addresses the gap in practical guidance for managing Redis Enterprise configuration through Kubernetes Secrets, complementing the existing API reference documentation.
kaitlynmichael
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On small grammar error before I get this reviewed by the dev team
Co-authored-by: Kaitlyn Michael <[email protected]>
|
Thanks for your work on this! Note: on https://redis.io/docs/staging/DOC-3151/operate/kubernetes/networking/ ... |
dwdougherty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly just some missing punctuation (per SG). Up to you. I'll go ahead and approve to save you some time.
|
|
||
| When `defaultUser` is disabled, the database secret is not created, and you must configure custom authentication. | ||
|
|
||
| ## Connection examples |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like it might be a good use case for the multitab control. Up to you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea! I'll create a ticket to identify uses in my docs for this. https://redislabs.atlassian.net/browse/DOC-5614
Co-authored-by: David Dougherty <[email protected]>


DOC-3151 DOC-5312 DOC-3851
More info to help new users connect to a database and configure their Kubernetes secrets.
Details:
• New Database Connectivity Guide - Created a comprehensive guide (content/operate/kubernetes/networking/database-connectivity.md) that consolidates scattered connectivity information into a single authoritative resource covering service types, in-cluster/external access patterns, credentials management, connection examples, and troubleshooting, while eliminating content duplication by streamlining related pages (networking index, database controller, REDB index) to reference this central guide
- New Kubernetes Secrets configuration guide
This addresses the gap in practical guidance for managing Redis Enterprise configuration through Kubernetes Secrets, complementing the existing API reference documentation.