ErnestOrt / Trampoline

Admin Spring Boot Locally
http://ernestort.github.io/Trampoline/
Apache License 2.0
356 stars 82 forks source link

Can we try to use trampoline to support the remote management of springboot apps? #78

Open WT-SE opened 4 years ago

ErnestOrt commented 4 years ago

Some operations yes, if you register them as external instances.

Initially, stop instances has been restricted to those that are under localhost. Also, you will not be able to start instances remotely.

Ernest

albertoaflores commented 4 years ago

Will Spring Boot Admin do the trick instead of Trampoline to support remote management of Spring Boot apps? https://github.com/codecentric/spring-boot-admin

ErnestOrt commented 4 years ago

Hi @albertoaflores, I do not think so, but not sure since its long ago when I reviewed Spring Boot Admin.

albertoaflores commented 4 years ago

I guess it depends on the definition of "remote management". Clearly, SBA does not support loading apps, but rather a pretty UI to interact with Actuator based info.