Installation - Parag08/kubernetes-cluster GitHub Wiki

Welcome to the kubernetes-cluster wiki!

this application uses:

  1. MongoDB [database]
  2. RabitMQ [messaging queue]
  3. nameko [microservices framework]

Installation

RabitMQ:

[ubuntu] apt-get install rabbitmq-server

nameko:

[ubuntu] pip install nameko

mongoDB:

[ubuntu] https://www.howtoforge.com/tutorial/install-mongodb-on-ubuntu-16.04/

[docker] docker run --name mongo-db -p 27017:27017 mongo