ServiceBinding for Kubernetes
Is your feature request related to a problem? Please describe. Connecting to external backing services like database and message brokers and even common services requires credentials and multiple properties.
Solution description: ServiceBindings for Kubernetes specification 1.0.0 has been release and is worth exploring.
Hopefully the specification leverages existing functionality in a way that reduces impact.
Additional context It may come down to a starter and a property that enables the service-bindings and augments existing service discovery, propertysource.
@corneil The Spring Cloud Bindings project provides the ability to map from Kubernetes service bindings to Spring Boot connection properties. Does that project provide the features you're thinking of?
@scottfrederick Yes. Now I'm wondering why isn't is part of Spring Cloud Kubernetes?