We have to map every endpoint (/* doesn't work)
--
You received this message because you are subscribed to the Google Groups "Kubernetes developer/contributor discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-dev+unsubscribe@googlegroups.com.
To post to this group, send email to kubernetes-dev@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/5289f959-ccdd-4367-8e82-4ab3653172c6%40googlegroups.com.
Looks like it's not documented on k8s.io. Warren, do you mind opening an issue at https://github.com/kubernetes/kubernetes.github.io/issues/new or even better contributing a patch?On Thu, Mar 2, 2017 at 1:08 PM, Warren Strange <warren....@gmail.com> wrote:Is there an explanation of what the annotation: ingress.kubernetes.io/rewrite-target does?
On Wednesday, March 1, 2017 at 6:58:48 AM UTC-7, Guangya Liu wrote:Are you struggling with this issue https://github.com/kubernetes/ingress/issues/349 ? If so, you may want to add `ingress.kubernetes.io/rewrite-target: /` as annotation to make the path rule works.
在 2017年3月1日星期三 UTC+8上午5:39:26,Don Bogardus写道:Need some high level guidance and can't see the forest for the documentation trees.Have a bunch of microservices (doesn't everyone now), which are accessed from standard ports (fooservice always on port 1234, barservice always on port 4567)Have a dev k8s cluster which I want to segregate into dev and staging environments.So I'm looking to make both these calls workdev.services.piedpiper.com:1234 (resolves to a snapshot version of fooservice)staging.services.piedpiper.com:1234 (resolves to a release candidate version of fooservice)Namespaces look good for getting both versions working on the backend, but struggling getting ingress rules routing to support these goals.We have hostname routing working with a Traefik ingress controller, but there are a few problems. We have to map every endpoint (/* doesn't work), and can't get inbound traffic accepted on anything other than port 80.Will nginx work better? Any other thoughts?Thanks in advance!
--
You received this message because you are subscribed to the Google Groups "Kubernetes developer/contributor discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-de...@googlegroups.com.
To post to this group, send email to kuberne...@googlegroups.com.
Looks like it's not documented on k8s.io. Warren, do you mind opening an issue at https://github.com/kubernetes/kubernetes.github.io/issues/new or even better contributing a patch?On Thu, Mar 2, 2017 at 1:08 PM, Warren Strange <warren....@gmail.com> wrote:Is there an explanation of what the annotation: ingress.kubernetes.io/rewrite-target does?
On Wednesday, March 1, 2017 at 6:58:48 AM UTC-7, Guangya Liu wrote:Are you struggling with this issue https://github.com/kubernetes/ingress/issues/349 ? If so, you may want to add `ingress.kubernetes.io/rewrite-target: /` as annotation to make the path rule works.
在 2017年3月1日星期三 UTC+8上午5:39:26,Don Bogardus写道:Need some high level guidance and can't see the forest for the documentation trees.Have a bunch of microservices (doesn't everyone now), which are accessed from standard ports (fooservice always on port 1234, barservice always on port 4567)Have a dev k8s cluster which I want to segregate into dev and staging environments.So I'm looking to make both these calls workdev.services.piedpiper.com:1234 (resolves to a snapshot version of fooservice)staging.services.piedpiper.com:1234 (resolves to a release candidate version of fooservice)Namespaces look good for getting both versions working on the backend, but struggling getting ingress rules routing to support these goals.We have hostname routing working with a Traefik ingress controller, but there are a few problems. We have to map every endpoint (/* doesn't work), and can't get inbound traffic accepted on anything other than port 80.Will nginx work better? Any other thoughts?Thanks in advance!
--
You received this message because you are subscribed to the Google Groups "Kubernetes developer/contributor discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-de...@googlegroups.com.
To post to this group, send email to kuberne...@googlegroups.com.