Tag Archives: MongoDB
From Laptop to Cloud: Developing Cloud-Native Applications with Containerized Databases
With the advent of microservices in Kubernetes, individual developer teams now manage their own data, middleware, and databases. Automated tests and CI/CD pipelines must be revisited to include these new…
Application Level Data Operations on Kubernetes
For stateful, cloud-native applications, data operations must often be performed by tools with a semantic understanding of the data. The volume-level primitives provided by orchestrators are not sufficient to support…
Migrating MongoDB to Kubernetes
Kubernetes needs help to create and manage stateful applications like databases. It needs a specific network configuration, persistent storage, and dedicated computing capacity. This applies to MongoDB. This talk goes…