spring-boot-k8s-hpa
spring-boot-k8s-hpa copied to clipboard
Autoscaling Spring Boot with the Horizontal Pod Autoscaler and custom metrics on Kubernetes
Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.0.0.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...
Do you have the real application request data per second ,I want to use arima model to predict it
the 'custom-metrics-apiserver' cannot run in EKS: $ kubectl get po -n monitoring NAME READY STATUS RESTARTS AGE custom-metrics-apiserver-55c757b95d-x5zdg 0/1 CrashLoopBackOff 6 9m51s prometheus-8669f7f7d8-slmqq 1/1 Running 0 11m I checked the...
Hello I'm trying to implement this example, but when I try to create the image using docker build -t spring-boot-hpa . I get this WARN: WARN 168 --- [ main]...