Simple dashboard for testing deployment on Kubernetes and Docker and avoid boring blank pages
532
During learning Kubernetes or Docker Swarm, I always faced a problem which image should I use for deployment. Most often I used NGINX or just a simple Spring Boot up generated from a scratch. Each time the same, blank boring landing page. Here is my simple tiny application dashboard based on Spring Boot and Bootstrap allows you to test deployment in a few various versions, with a few customized parameters.
slydeveloper/spring-boot-deploy-applatest,3.1,2.1,1.1openjdk:11.0.1-jre-slim2.1.6.RELEASE8080http://localhost:8080/http://localhost:8080/actuator/healthhttp://localhost:8080/actuator/infodocker run -d -p 8080:8080 --name spring-boot-deploy-app slydeveloper/spring-boot-deploy-appdocker run -d -p 8080:8080 -e SPRING_BOOT_DEPLOY_APP_TITLE="My Spring Boot Deploy App Example" -e SPRING_BOOT_DEPLOY_APP_NAME="My Spring Boot Deploy App Title" --name spring-boot-deploy-app slydeveloper/spring-boot-deploy-appContent type
Image
Digest
Size
114.2 MB
Last updated
almost 7 years ago
docker pull slydeveloper/spring-boot-deploy-app