From 275e93969c916ef23ffc8629e2c6bc3b341a99ae Mon Sep 17 00:00:00 2001 From: Shubham Date: Tue, 7 Jul 2020 15:09:36 +0530 Subject: [PATCH] Add Ambassador documentation to addons docs --- docs/operations/addons.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/operations/addons.md b/docs/operations/addons.md index 90c57a5a73ebf..669bddb5d0812 100644 --- a/docs/operations/addons.md +++ b/docs/operations/addons.md @@ -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