This repo consists of a Spring Boot Hello World application. It shows:
-
Run & test the application from CLI
-
Create a Docker image, run the container and test it
-
Create Kubernetes deployment and test it
Let’s get started!
docker container run -d --name hello-world -p 8080:8080 arungupta/helloworld-spring-boot:latest