Good morning. I have a question about clusters and microservices.
What is the correct way to deploy a microservice, one per cluster? Or could it be more?
I will illustrate:
I have an app that is made up of 10 microservices. Each microservice has 2 containers, 1 for the other "skeleton" mvc for the database.
Then in all use 20 containers (without stagger).
api-cadastro-de-pessoa -> 2 containers
api-cadastro-de-produtos -> 2 containers
api-carrinho-de-compra -> 2 containers
e assim vai.
The correct one would be to deploy one api per cluster? I'm learning Azure with kubernetes. Worthy of attention