spring-cloud-kubernetes icon indicating copy to clipboard operation
spring-cloud-kubernetes copied to clipboard

ServiceBinding for Kubernetes

Open corneil opened this issue 2 years ago • 2 comments

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 avatar Mar 09 '23 12:03 corneil

@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 avatar Mar 09 '23 14:03 scottfrederick

@scottfrederick Yes. Now I'm wondering why isn't is part of Spring Cloud Kubernetes?

corneil avatar Mar 10 '23 09:03 corneil