spring-cloud / spring-cloud/spring-cloud-kubernetes
Create a Discovery Controller that adds service/instance information in config maps
@TYsewyn is already working on this.
Since Mar 5, 2021.
- Dominant language
- Java
- Stars
- 3.5k
- Forks
- 1.1k
- Avg merge
- 18h 36m
- Merged PRs (30d)
- 18
Description
To eliminate the need for the application to be able to access the K8S API server we should provide a ServiceDiscovery implementation that does not rely on the use of the API.
We could do this by just leveraging the platform service discovery and then fetch the port via a lookup.
Another option would be to implement a service discovery server which exclusively talks to the k8s api server and have clients fetch service information from this server (kind of like a eureka server).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.