Channel | Revision | Published | Runs on |
---|---|---|---|
6/stable | 61 | 15 Nov 2024 | |
6/candidate | 61 | 15 Nov 2024 | |
6/beta | 61 | 15 Nov 2024 | |
6/edge | 68 | Today | |
5/edge | 39 | 14 Dec 2023 |
juju deploy mongodb-k8s --channel 6/stable
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
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