Relative Content

Tag Archive for .netmongodbazurekubernetes

Distributed MongoDB instances in k8s, application. Am I barking up the wrong tree

I’m running a fairly simple dotnet8 WebApi using MongoDB as a repositroy. After some testing I found that the read speeds were greatly improved by deploying a MongoDB container alongside my application using k8s and populating the MongoDB container instance from a remote VM instance of MongoDB acting as a master. The population would be completed in the dotnet WebApi application startup (pretty gross).