Skip to content

bespinian/notification-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors