Nameko Microservice with Flask and Fastapi (kubernetes)
2 min readSep 8, 2020
The deployment of the nameko microservice that explained HERE with kubernetes. As it mentioned in part 1, each of microservice component has its own docker image; therefore in this story the process of deploying them is explained.
Docker registry
First a by this compose file a docker registry will be up, the we should push the docker images to it with these commands:
Deployment Rabbitmq and Redis
This deployment is here:
And the service:
Deploying micro-services:
APIs
The deployment file is here:
An the services:
Fibonacci service:
This deployment is here and it does not have any services, because it not suppose to be accessible from outside.