K8s: fix ingress doc bugs#3351
Open
kaitlynmichael wants to merge 3 commits into
Open
Conversation
Contributor
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
zcahana
reviewed
Jun 4, 2026
| An Ingress is an API resource that provides a standardized and flexible way to manage external access to services running within a Kubernetes cluster. | ||
|
|
||
| {{<warning>}} | ||
| The community [Ingress-NGINX controller](https://github.com/kubernetes/ingress-nginx) (`kubernetes/ingress-nginx`) is retired. Best-effort maintenance ended in March 2026 and the project no longer ships releases, bug fixes, or security updates. If you are not already using it, use HAProxy or Istio, or migrate to a [Gateway API](https://gateway-api.sigs.k8s.io/) implementation. |
Contributor
There was a problem hiding this comment.
The mention of Gateway API here is not really relevant, because the RE operator doesn't yet support Gateway API; Specifically in the context of this page, which is about how to configure the operator to automatically set up Ingress objects for DBs/RS API - we don't have such automation for Gateway API setup.
Contributor
There was a problem hiding this comment.
@kaitlynmichael I can see this was fixed in the latest docs, but is still there in the older (7.X) ones - I guess we need them fixed there too?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Low Risk
Documentation-only changes with no application code; risk is limited to readers following updated hostname or ingress configuration examples.
Overview
This PR updates Redis Enterprise for Kubernetes networking and Active-Active documentation across versioned (
7.4.6,7.8.x,7.22) and unversioned paths, plus embedded RERC YAML samples.Ingress-NGINX: Adds prominent warnings that the community
kubernetes/ingress-nginxcontroller is retired (maintenance ended March 2026). Docs now steer new deployments toward HAProxy or Istio (and mention Gateway API on some pages), while listing Ingress-NGINX only for existing deployments with--enable-ssl-passthroughcalled out.Ingress resource examples: Sample
Ingressmanifests now usespec.ingressClassNameinstead of documentingkubernetes.io/ingress.classon the Ingress rule; HAProxy/NGINX examples drop redundantingress.classannotations and keep ssl-passthrough annotations only.Istio:
Gatewayexamples change portprotocol/namefrom HTTPS to TLS for passthrough on 443, and the default gateway selector is documented asistio: ingressgateway.Active-Active / RERC:
dbFqdnSuffixin embeds and several Active-Active guides switches from a leading hyphen (e.g.-db-...) to a leading dot (e.g..db-...). Unversionedingressorroutespecaligns REC patch examples and hostname explanation with.db-<rec>-<ns>.<domain>and how the operator concatenates database names.ingressOrRouteSpec: Clarifies DNS naming, fixeskubectl patchJSON (includingkubernetes.io/ingress.classin examples), and notes operator validation for that annotation key.Minor: Networking index blurbs and database-connectivity controller lists updated; previous K8s release-notes index weight
91→100.Reviewed by Cursor Bugbot for commit 0dfb7c1. Bugbot is set up for automated code reviews on this repo. Configure here.