Skip to content

Commit

Permalink
Merge pull request #9516 from concaf/concaf/addons/ambassador-docs
Browse files Browse the repository at this point in the history
Add Ambassador documentation to addons docs
  • Loading branch information
k8s-ci-robot authored Jul 7, 2020
2 parents 448856e + 275e939 commit 3d972f8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/operations/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,19 @@ spec:
```
The masters will poll for changes in the bucket and keep the addons up to date.
### Ambassador
The [Ambassador API Gateway](https://getambassador.io/) provides all the functionality of a traditional ingress
controller (i.e., path-based routing) while exposing many additional capabilities such as authentication, URL rewriting,
CORS, rate limiting, and automatic metrics collection.
Install using:
```
kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/ambassador/ambassador-operator.yaml
```

Detailed installation instructions in the [addon documentation](https://github.com/kubernetes/kops/blob/master/addons/ambassador/README.md).
See [Ambassador documentation](https://www.getambassador.io/docs/) on configuration and usage.

### Dashboard

Expand Down

0 comments on commit 3d972f8

Please sign in to comment.