Skip to content

The api component of the example application for the course "DevOps with Kubernetes"

License

Notifications You must be signed in to change notification settings

bespinian/notification-api

Repository files navigation

Notification API k8s

Docker / Kubernetes sample application API.

Create a new version

  1. Build a new docker image

    $ docker build --no-cache -t bespinian/notification-api .
    
  2. Push the docker image to the registry

    $ docker push bespinian/notification-api:latest
    

Requirements to run

  • Assumes that there exists a MongoDB service named notification-db
  • Assumes that there exists a RabbitMQ service named notification-mq

Deployment

Use these YAML files.

About

The api component of the example application for the course "DevOps with Kubernetes"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •