Erik Petzold
Erik Petzold
Hi @Jolymmiles , we cannot see a direct connection to Spring Boot Admin in the stacktrace. - it seems you are starting Threads somewhere (through a ThreadPoolExecutor) - are you...
Hi @tspoeri , Spring Boot Admin is supporting _spring-cloud-starter-kubernetes-fabric8_ and _spring-cloud-starter-kubernetes-client_ which both support k8s service discovery without the _spring-cloud-kubernetes-discoveryserver_. See https://docs.spring.io/spring-cloud-kubernetes/reference/discovery-client.html There are also executable examples in https://github.com/codecentric/spring-boot-admin-discovery-playground/tree/main/kubernetes. We...
For anyone interested: Some more background information why the discoveryserver was introduced: https://spring.io/blog/2021/10/26/new-features-for-spring-cloud-kubernetes-in-spring-cloud-2021-0-0-m3 This "why/when should I use this" is missing in the docs: https://docs.spring.io/spring-cloud-kubernetes/reference/spring-cloud-kubernetes-discoveryserver.html We should support this, most...
Hi, I extended our discovery playground to contain the spring-cloud-kubernetes-discoveryserver and added a spring-boot-admin using it: https://github.com/codecentric/spring-boot-admin-discovery-playground/tree/main/kubernetes - start traefik - start hello world - start discovery server - start...
Hi @Jolymmiles where do you want to terminate the ssl connection? In traefik or in Spring Boot Admin server? Probably you are missing some more labels like ``` - "traefik.http.routers.backend-admin-tls.tls=true"...
closed du to missing feedback
Hi @peraiahkarnam it's very hard to reproduce and analyze this issue. I tried with 200 instances and admin server is at very low cpu usage. We have some ideas: -...
Sorry we cannot help you, this seems to be an issue related to your setup and with the little amount of information you gave us we cannot analyze anything here....
Hi @hamid646m if we understand correctly, you have some services (e.g. in Kubernetes) that are not reachable from the outside (e.g. from user that uses SBA Frontend in browser). So...
Hi @ukasus, yes this is still open and could be implemented. We're happy that you want to contribute. The main steps are already outlined in the previous message. Keep in...