1

We are installing a MongoDB in Kubernetes Engine and it performs very poorly. We have installed it using Helm with 3 replicas (in a replicaset) and storage-class=premium-rwo (pd-ssd) with 500GB on each. It takes many seconds to just insert 500 documents. Google promises IOPS of about 15.000 but when looking at the monitoring we only see about 30 IOPS. What are we doing wrong?

The problem is that we do not receive the promised IOPS from Google - 500GB should give us 15.000 and we receive very few... does it only "kick in" when the system comes under stress?

Currently we are not confident to move our MongoDB from Atlas to our GKE cluster.

1 Answers1

0

Are you able to share more configuration detail, hard to provide much assistance with what is provided.

I hope your nodes have at least 100GB of PD-Balanced storage attached otherwise you can have performance issues.

ServerMonkey
  • 247
  • 4
  • 12