From 2f127d538064e8806d8472b6990b5d63e18b78d1 Mon Sep 17 00:00:00 2001 From: CaoShuFeng Date: Tue, 11 Sep 2018 09:37:35 +0800 Subject: [PATCH] fix description of contribute guide (#10253) fix typo fix typo FIX TYPO --- content/en/blog/_posts/2018-06-07-dynamic-ingress-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2018-06-07-dynamic-ingress-kubernetes.md b/content/en/blog/_posts/2018-06-07-dynamic-ingress-kubernetes.md index 43f771257a8a7..ccddbdfb77b56 100644 --- a/content/en/blog/_posts/2018-06-07-dynamic-ingress-kubernetes.md +++ b/content/en/blog/_posts/2018-06-07-dynamic-ingress-kubernetes.md @@ -64,7 +64,7 @@ In this example, the “test” service uses Ambassador annotations to dynamical ![kubeflow-ambassador](/images/blog/2018-06-01-dynamic-ingress-kubernetes/kubeflow-ambassador.png) -With Ambassador, Kubeflow manages routing easily with Kubernetes annotations. Kubeflow configures a single ingress object that directs traffic to Ambassador, then creates services with Ambassador annotations as needed to direct traffic to specific backends. For example, when deploying TensorFlow services, Kubeflow creates and and annotates a K8s service so that the model will be served at https:///models//. Kubeflow can also use the Envoy Proxy to do the actual L7 routing. Using Ambassador, Kubeflow takes advantage of additional routing configuration like URL rewriting and method-based routing. +With Ambassador, Kubeflow manages routing easily with Kubernetes annotations. Kubeflow configures a single ingress object that directs traffic to Ambassador, then creates services with Ambassador annotations as needed to direct traffic to specific backends. For example, when deploying TensorFlow services, Kubeflow creates and annotates a K8s service so that the model will be served at https:///models//. Kubeflow can also use the Envoy Proxy to do the actual L7 routing. Using Ambassador, Kubeflow takes advantage of additional routing configuration like URL rewriting and method-based routing. If you’re interested in using Ambassador with Kubeflow, the standard Kubeflow install automatically installs and configures Ambassador.