So I have problems to deploy microservices, Wright Know I have a supervisor cluster with 6 nodes of 2vCPU and 4GB RAM each one. I have deployed 4 microservices. But when i deploy another one. The pod...
See more...
So I have problems to deploy microservices, Wright Know I have a supervisor cluster with 6 nodes of 2vCPU and 4GB RAM each one. I have deployed 4 microservices. But when i deploy another one. The pod is not created and the pods that i created before start to fail. I assume that because I am using Best-Effort VMs. I need to change them, create a new node pool with another machine kind that is not best effort. or another choice is to create another cluster with VMs with more capacity and delete the actual one. I would like to know witch one is the best way to approuch this issue. The testing environment with the microservices has 40 of RAM and 4vCPUs.