Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 932 Bytes

File metadata and controls

11 lines (8 loc) · 932 Bytes

Spring Boot on Kubernetes

The purpose of this demo is to demonstrate the following:

  • How you can use the Dekorate kubernetes-spring-stater.
  • How Dekorate detects that this is a Spring Boot web app and automatically configures a service binded to the http port 8080.
  • How you can trigger an image build and push after the compilation using JIB and the hook provided by Dekorate.
  • How you can apply the generated manifests to a target cluster by adding the dekorate.deploy=true flag to the compilation command.

This example has been used in Codemotion Spanish edition 2021 and is based on the Dekorate Spring Boot example The slides are available here