Bootzooka

Simple project to quickly start developing a Scala-based microservice or web application.


Production deployment

Docker

To build a docker image, run docker/Docker/publishLocal. This will create the docker:latest image.

You can test the image by using the provided docker-compose.yml file.

Kubernetes

Use Helm to easily deploy Bootzooka into Kubernetes cluster.

Add SoftwareMill Helm repository

helm repo add softwaremill https://charts.softwaremill.com/
helm repo update

Fetch and Customize Bootzooka chart

helm fetch softwaremill/bootzooka --untar

Install Bootzooka chart

helm install --generate-name bootzooka

Please see Bootzooka Helm Chart documentation for more information, including configuration options.