Setting up Spring Boot Web App on Kubernetes

Prerequisites It’s recommended to have following skills before starting : Basic knowledge of Java, Gradle, Docker and Kubernetes Components’ version : JDK 8 or higher Please ensure you have a JDK installed and not just a JRE Docker installed Kubectl installed IDE (IntelliJ, Eclipse, VSCode) Dockerize Makes original app build and run via Docker Spring Initializr Details : Spring initializr () Clone project and add to IDE 1 2 3 4 5 6 7 8 9 10 11 12 curl https://start....

February 23, 2021 · 5 min · Justin Hung