https://github.com/ykushch/linkerd-eureka
Plugin for eureka service discovery
https://github.com/ykushch/linkerd-eureka
eureka eureka-discovery-service linkerd linkerd-eureka linkerd-plugins
Last synced: 8 months ago
JSON representation
Plugin for eureka service discovery
- Host: GitHub
- URL: https://github.com/ykushch/linkerd-eureka
- Owner: ykushch
- License: apache-2.0
- Created: 2017-10-07T19:46:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T22:12:27.000Z (about 8 years ago)
- Last Synced: 2025-01-10T19:29:35.461Z (9 months ago)
- Topics: eureka, eureka-discovery-service, linkerd, linkerd-eureka, linkerd-plugins
- Language: Scala
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eureka integration
TBD
## Building
This plugin is built with sbt. Run sbt from the plugins directory.
```
./sbt eurekaModule/assembly
```This will produce the plugin jar at
`eureka-module/target/scala-2.12/eureka-module-assembly-0.1-SNAPSHOT.jar`.## Installing
To install this plugin with linkerd, simply move the plugin jar into linkerd's
plugin directory (`$L5D_HOME/plugins`). Then add a classifier block to the
router in your linkerd config.