Skip to content

alberto-guerrero/steeltoe-service-discovery-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steeltoe-service-discovery-demo

A simple example of the steeltoe service discovery based on the tutorial: https://steeltoe.io/service-discovery/get-started/eureka

Run the Eureka Docker container:

docker run --publish 8761:8761 steeltoeoss/eureka-server

View the Eureka Dashboard: http://localhost:8761/ Notice no applications are registered yet.

Start Microservice A:

dotnet run --project .\MicroserviceA\MicroserviceA.csproj

Start Microservice B:

dotnet run --project .\MicroserviceB\MicroserviceB.csproj

Refresh Eureka Dashboard to show Microservice A and B are now registered.

Call microservice endpoints:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages