Multi microservice architecture to play with kubernetes
Simple RestController service that also pushes messages to RebbitMQ, and pushes objects to Redis
Simple RabbitMQ message consumer that also fetches objects from Redis
Simple REST Service that pushes and fetches objects from Redis
docker-compose up
Deploy each service separately from docker images and set proper env variables. All services can be scaled across multiple pods. Exposed variables are visible in docker-compose.yml file.