pyms icon indicating copy to clipboard operation
pyms copied to clipboard

Add service discoveries options

Open alexppg opened this issue 4 years ago • 4 comments

Is your feature request related to a problem? Please describe. Any cool microservices framework has some kind of service discovery. Spring boot has Eureka, but it also has kubernetes.

Why would you need this? To find services to attack programmatically. For example, if k8s service discovery were implemented, you could do canary deployments and configure a service to use the unstable service based on the k8s service labels.

Describe the solution you'd like A Service Discovery pyms service whith different backends (k8s, eureka, etc).

Describe alternatives you've considered n/a

Additional context Spring boot stuff.

alexppg avatar Oct 27 '20 23:10 alexppg

is this issue similar to #190 issue?

avara1986 avatar Nov 01 '20 15:11 avara1986

It is, consul can be used as service discovery. This issue goes to the generic implementation and #190 to a consul backend for this implementation, in my opinion.

alexppg avatar Nov 01 '20 22:11 alexppg

For a cool microservices framework, the service discovery should be list at document firstly.

image

I spent about 20 minutes to find this chapter, it's kind of inconvenient.

Svtter avatar Mar 25 '21 01:03 Svtter

I would like to tack on AWS Cloud Map to the list of service discovery methods. Let me know if I should open up a separate issue for it.

tsengia avatar Jan 09 '22 05:01 tsengia