Docker / Kubernetes sample application API.
-
Build a new docker image
$ docker build --no-cache -t bespinian/notification-api .
-
Push the docker image to the registry
$ docker push bespinian/notification-api:latest
- Assumes that there exists a MongoDB service named
notification-db
- Assumes that there exists a RabbitMQ service named
notification-mq
Use these YAML files.