Skip to content

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

Description

@ryanjbaxter

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).

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions