-
Notifications
You must be signed in to change notification settings - Fork 8
[Blog post] Sharding done right for MongoDB on OpenEverest #38
Copy link
Copy link
Open
Labels
blogNew blog or blog-related changesNew blog or blog-related changesgood first issueGood for newcomersGood for newcomers
Description
Write a blog post: MongoDB Sharding on OpenEverest
The idea
Sharding is notoriously complex to manage manually. We want a technical dive into how OpenEverest simplifies horizontal scaling. This post should target users who need to scale beyond a single replica set.
Structure ideas:
- The Why: Briefly explain why you are enabling sharding (scalability).
- The "How-To": Walk through the UI/CLI steps to enable sharding on a MongoDB cluster.
- Under the hood: Describe what OpenEverest actually created (Config servers, Mongos routers, Shards).
- It works: Show the cluster topology.
Note: We love technical details. If you can show the pods created in the namespace, that's a bonus.
How to submit
Please check our specific instructions on how to add a blog post to the repo here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blogNew blog or blog-related changesNew blog or blog-related changesgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Ready for Pick-up