Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.5 KB

File metadata and controls

36 lines (24 loc) · 1.5 KB

Read Me First

The following was discovered as part of building this project:

  • The original package name 'bootiful.kubernetes-client-example' is invalid and this project uses 'bootiful.kubernetesclientexample' instead.

Getting Started

Reference Documentation

For further reference, please consider the following sections:

Additional Links

These additional references should also help you:

Spring Native

This project has been configured to let you generate a lightweight container running a native executable. Docker should be installed and configured on your machine prior to creating the image, see the Getting Started section of the reference guide.

To create the image, run the following goal:

$ ./mvnw spring-boot:build-image

Then, you can run the app like any other container:

$ docker run --rm kubernetes-client-example:0.0.1-SNAPSHOT