Skip to content

oasalonen/bootit

Repository files navigation

bootit

Playground for Java Spring Boot

Run in Kubernetes

Build and push app to a private container registry

You need to add the private registry credentials to Docker

docker login <registry-url> <user> <pass>

Then push the image to it

$ ./gradlew dockerPush  

Fire up the cluster

Follow the setup instructions for bootit cluster. Then hit some endpoints, e.g. http://localhost:8002/api

Next (notes for myself)

Kubernetes

  • API versions to stable where possible
  • Review/cleanup of yaml files in general
  • Check if elk namespace should not be applied with the rest
  • monitor postgresql with elk, alert on certain queries
  • simplify port mapping: all endpoints for general use to 80
  • check out https://github.com/fabric8io/configmapcontroller for redeploying after configmap updates

App

About

Playground for Java Spring Boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published