Open WT-SE opened 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
Hi @albertoaflores, I do not think so, but not sure since its long ago when I reviewed Spring Boot Admin.
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.
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