spring-cloud / spring-cloud/spring-cloud-kubernetes

Create a Discovery Controller that adds service/instance information in config maps

Open
#482 5 comments 0 reactions 1 assignee View on GitHub

@TYsewyn is already working on this.

Since Mar 5, 2021.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.