Installation - Parag08/kubernetes-cluster GitHub Wiki
Welcome to the kubernetes-cluster wiki!
this application uses:
- MongoDB [database]
- RabitMQ [messaging queue]
- 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