-
Notifications
You must be signed in to change notification settings - Fork 471
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
DOC-994 Istio ingress configuration #1734
Conversation
The IP addresses have an invalid format. For example, 12.345.678.910 will strike people as invalid since values would be <= 255 for ipv4. I know that it shouldn't matter since they are not supposed to be used as-is anyway but still, I can guarantee this will annoy many nerds, not just me :-) |
v1alpha3 is old, let's not use it for the istio resources (I know it's all over the official istio examples but still). |
I think that the following: "The gateway’s metadata name must be similar to the gateway’s spec name (redis-gateway in this example)." is misplaced. It would make some sense if the Gateway came second in the list of Istio resources but it comes first. I believe that what we mean is the following: The 'gateway listed in the "gateways" spec of the VirtualService resource must correspond to the name of the Gateway resource' Or something similar to the above... We just need to explain the link between the 2 resources. |
I don't know if we are making it clear that with the VirtualService example, we are actually creating both a route to contact the API server and a route to contact one of the databases. A reader might wonder where is "db1" coming from so we may want to explain this a bit more. |
Have we tested against v1beta1? |
Not that it's official, but I have. |
@bascar Looks like there is no difference between v1alpha3 and v1beta1 - just better to go with the latest version. And that was 1.5 years ago, so we definitely should use v1beta1 IMO. |
New edits from feedback:
|
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.
Looks good to me. I just left a few suggestions.
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
* update desc and linktitle (#1732) * DOC-994 Istio ingress configuration (#1734) * openshift 3 bundle comments * openshift version changes * correct external IPs * DOC-1092 adding Istio section to K8s AA article (#1742) * adding istio section to AA article * istio manual CRD warning * DOC-1091 Intrepid release notes (#1738) * new version tag, updated known issue * small line edits, added private repo prereq (#1747) * Apply suggestions from code review Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
DOC-994
Staging: https://docs.redis.com/staging/jira-doc-994/kubernetes/re-databases/ingress_routing_with_istio/
based off: https://redislabs.atlassian.net/wiki/spaces/K8s/pages/3199008780/Istio+as+an+Ingress+controller+-+Installation+configuration+and+accessing+a+Redis+Enterprise+database+from+outside+the+K8S+cluster