Multiple Services Example
See original GitHub issueSo while I have the plugin working fine with a single service. It would be really good to see a multi service example with two services (or more, talking to each other).
Where I’m struggling is when I run two services (or more), _ah/admin/modules
the running service only show’s one service in the admin panel. So is there a way for local dev to run multiple services at the same time?
A really simple multi service sample would help us who want to get into microservice arch alot, as the GCE docs are really high level and don’t actually share practical examples.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Pattern: Multiple service instances per host
Run multiple instances of different services on a host (Physical or Virtual machine). ... For example, a Tomcat or Jetty instances per service...
Read more >Run multiple services in a container - Docker Documentation
A container's main running process is the ENTRYPOINT and/or CMD at the end of the Dockerfile . It is generally recommended that you...
Read more >Compare microservices deployment patterns for best strategy
There are several microservices deployment patterns available -- both for single or multiple service instances per host -- that tackle these ...
Read more >Introducing multi-service deployments via Serverless ...
Sometimes, services have dependencies between them. The output of one service (for example its API URL, a table name, a queue URL, etc.)...
Read more >Running Multiple Services Inside a Single Container ... - DZone
In the above example, I have defined three services. The first service is app tier, the second service is data tier, and the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ah, okay, well I guess you gotta do what works best for you. 👍
Thanks for sharing your experience, I don’t have a timeline for any new features, but perhaps we can offer a generic
Deploy
task in the future that will take care of some of the boilerplate.@rohanliston thanks for the detailed write-up! You are right that we don’t explicitly support non Java languages with this plugin. I’m glad you were able to get something working.
@loosebazooka FYI.