kubernetes-retired / service-catalog

Consume services in Kubernetes using the Open Service Broker API
https://svc-cat.io
Apache License 2.0
1.05k stars 387 forks source link

Implement the ProvisionedService duck type as defined in https://github.com/servicebinding/spec #2914

Closed Samze closed 2 years ago

Samze commented 2 years ago

Feature

The k8s binding spec provides a mechanism for automatically mounting a secret with Service credentials into an Application. This is somewhat similar to the Cloud Foundry mechanism of VCAP_SERVICES.

If the service-catalog binding resource implemented the ProvisionedService duck-type, .status.binding.name then it would allow Workloads on Kubernetes to automatically connect to services when using libraries like spring cloud binding.

mrbobbytables commented 2 years ago

This project is being archived, closing open issues and PRs. Please see this PR for more information: https://github.com/kubernetes/community/pull/6632