From 8e1e444458e12fd151a646da76bcc3183b87dff2 Mon Sep 17 00:00:00 2001 From: Schlomo Schapiro Date: Wed, 16 Jan 2019 21:06:08 +0100 Subject: [PATCH] Link to discussion about servicebroker and operator difference --- readme.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.adoc b/readme.adoc index 524f32c5c..c507f4a6f 100644 --- a/readme.adoc +++ b/readme.adoc @@ -90,3 +90,8 @@ If you would like to tear everything down - run the following commands. kubectl delete ecr example-repository-name kubectl get crd | grep ".operator.aws" | awk '{print $1}' | xargs kubectl delete crd kubectl delete -f configs/aws-service-operator.yaml + += FAQ + +What is the difference between aws-service-operator (this project) and link:https://github.com/awslabs/aws-servicebroker[aws-servicebroker]?:: + The operator approach is based on an active component that can react to changes and eventually will also support day 2 operations. See link:https://github.com/awslabs/aws-service-operator/issues/137[Issue #137] for more details, pull requests are most welcome.