diff --git a/docs/README.md b/docs/README.md index 85cc58f0..76cbd490 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@ features: - title: Safer Releases details: Reduce the risk of introducing a new software version in production by gradually shifting traffic to the new version while measuring metrics like HTTP/gRPC request success rate and latency. - title: Flexible Traffic Routing - details: Shift and route traffic between app versions using a service mesh like Istio, Linkerd or AWS App Mesh. Or if a service mesh does not meet your needs, use an Ingress controller like Contour, Gloo or NGINX. + details: Shift and route traffic between app versions using a service mesh like Istio, Linkerd or AWS App Mesh. Or if a service mesh does not meet your needs, use an Ingress controller like Contour, Gloo, NGINX or Skipper. - title: Extensible Validation details: Besides the builtin metrics checks, you can extend your application analysis with custom Prometheus, Datadog, CloudWatch metrics and webooks for running acceptance tests, load tests, or any other custom validation. footer: Apache License 2.0 | Copyright © 2018-2020 Weaveworks @@ -35,7 +35,8 @@ Flagger can run automated application analysis, testing, promotion and rollback [App Mesh](https://docs.flagger.app/tutorials/appmesh-progressive-delivery), [Contour](https://docs.flagger.app/tutorials/contour-progressive-delivery), [Gloo](https://docs.flagger.app/tutorials/gloo-progressive-delivery), - [NGINX](https://docs.flagger.app/tutorials/nginx-progressive-delivery) + [NGINX](https://docs.flagger.app/tutorials/nginx-progressive-delivery), + [Skipper](https://docs.flagger.app/tutorials/skipper-progressive-delivery) * **A/B Testing** (HTTP headers and cookies traffic routing) * [Istio](https://docs.flagger.app/tutorials/istio-ab-testing),