2
Good morning. I have a question about clusters and Microservices.
What is the right way to deploy microservice, one per cluster? Or it could be more?
I will exemplify:
I have an app that is formed by 10 microservices. Each microservice has 2 containers, 1 for the "skeleton" mvc other for the database.
So at all use 20 containers (without scaling).
api-cadastro-de-pessoa -> 2 containers
api-cadastro-de-produtos -> 2 containers
api-carrinho-de-compra -> 2 containers
e assim vai.
Is it right for me to deploy an api per cluster? I’m learning in Azure with Kubernetes. It was worth the attention