Starter Spring Boot API project with docker image (JIB or Dockerfile) and prepared kubernetes deployment (Native, Kustomize, Helm Chart).
Easy and quick deployment to kubernetes cluster with all good practices applied.
The docker image is available on DockerHub account.
You will find available the tags here.
Tags description:
X.Y.X
- semver releaserelease
- 'latest' for any stable released version (tagged)snapshot
- 'latest' for each version available on develop branch, generated after every commitlatest
- 'latest' - any latest build available, can besnapshot
, can berelease
The suggested way to deploy on Kubernetes cluster is a Helm chart available with full of the options.
The details about chart you will find [TODO - add reference](add reference to released helm chart).
/
- returns you ip address/ip/public
- returns the public address of the instance base on the call tohttp://ifconfig.co
/ip?address=XXX
- return the response returned by URLaddress
request param defined (as text)