Skip to content

Commit

Permalink
Minor Ambassador docs updates (#6503)
Browse files Browse the repository at this point in the history
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
  • Loading branch information
inercia authored Aug 6, 2020
1 parent 35682b5 commit 49158db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/ambassador.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Ambassador

The Ambassador API Gateway provides all the functionality of a traditional ingress controller
The [Ambassador API Gateway](https://github.com/datawire/ambassador) provides all the functionality of a traditional ingress controller
(e.g., path-based routing) while exposing many additional capabilities such as authentication,
URL rewriting, CORS, rate limiting, and automatic metrics collection.

Expand All @@ -19,7 +19,8 @@ URL rewriting, CORS, rate limiting, and automatic metrics collection.

### Ambassador Operator

This Ambassador addon deploys the Ambassador Operator, which in turn will install Ambassador in
This Ambassador addon deploys the Ambassador Operator, which in turn will install
the [Ambassador API Gateway](https://github.com/datawire/ambassador) in
a Kubernetes cluster.

The Ambassador Operator is a Kubernetes Operator that controls Ambassador's complete lifecycle
Expand All @@ -32,7 +33,7 @@ versions of Ambassador as they become available.
The following example creates simple http-echo services and an `Ingress` object
to route to these services.

Note well that the Ambassador API Gateway will automatically load balance `Ingress` resources
Note well that the [Ambassador API Gateway](https://github.com/datawire/ambassador) will automatically load balance `Ingress` resources
that include the annotation `kubernetes.io/ingress.class=ambassador`. All the other
resources will be just ignored.

Expand Down

0 comments on commit 49158db

Please sign in to comment.