Charmed MongoDB Tutorials > Deploy a sharded cluster > 3. Access a sharded cluster
This page of the tutorial for deploying Charmed MongoDB K8s on sharded clusters is currently under construction.
In the meantime, to learn how to access a sharded cluster, you can follow the links provided in this page, or follow the sharded cluster tutorial for MongoDB on virtual machines
Thank you for your patience!
Access a sharded cluster
To deploy, integrate, and retrieve the URI, see: Mongos K8s documentation > Get started (external page)
To access the mongo
shell and create a test database, see Tutorial > Deploy a replica set > 3. Access a replica set
Keep in mind that for a sharded cluster, you must ssh
into the config-server
unit instead of mongodb-k8s
.
Next Step: 4. Add and remove shards