From 98311a0d7eaeb910fbf94fe889acde9eca98a3e9 Mon Sep 17 00:00:00 2001 From: Ross Kukulinski Date: Thu, 12 Jul 2018 07:43:20 -0700 Subject: [PATCH] Routex be gone Signed-off-by: Ross Kukulinski --- docs/route.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/route.md b/docs/route.md index 7c848e1c..0ea70b24 100644 --- a/docs/route.md +++ b/docs/route.md @@ -6,7 +6,7 @@ Before beginning it is important to understand how service discovery functions w For example, if a Kubernetes cluster is being discovered and there was a service named `s1` which existed in the namespace `team1`, in the cluster `cluster1`, once synchronized, the service in the Gimbal cluster would be named `cluster1-s1` and it would be in the `team1` namespace. -## Basic Routex +## Basic Route Following is a basic IngressRoute which routes any request to `foo.bar.com` and proxies to a service named `s1` on the remote cluster `node02` over port `80`.