aws / containers-roadmap

This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
https://aws.amazon.com/about-aws/whats-new/containers/
Other
5.2k stars 316 forks source link

AWS service broker #50

Open carlsendk opened 5 years ago

carlsendk commented 5 years ago

EKS should use AWS service broker out of the box. To support AWS service from k8s

polothy commented 5 years ago

This the same as https://github.com/aws/containers-roadmap/issues/47?

christopherhein commented 5 years ago

@polothy a little different in implementation- the Service Broker uses https://github.com/kubernetes-incubator/service-catalog to expose the ability to provision services where as the Service Operator treats the service more like a core K8s resource and uses CRDs to control which resources are provisioned.

@jcarldk would you want to be able to manage other brokers that were configured with Service Catalog if it was running in the control plane?