Deploy a Standalone MongoDB Instance
On this page
You can deploy a standalone MongoDB instance for Cloud Manager to manage. Use standalone instances for testing and development. Do not use these deployments for production systems as they lack replication and high availability. For all production deployments use replica sets. To learn about replica sets, see Deploy a Replica Set.
To learn how to deploy a standalone using a Kubernetes object, see Deploy a Standalone in the MongoDB Enterprise Kubernetes Operator documentation.
Note
New in Cloud Manager
You can use Kubernetes to deploy MongoDB instances with Cloud Manager.
Prerequisites
You must provision a server before deploying a standalone MongoDB instance. For testing purposes, you can use your localhost.
Procedure
In MongoDB Cloud Manager, go to the Deployment page for your project.
If it is not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.
If it's not already displayed, select your desired project from the Projects menu in the navigation bar.
If the Deployment page is not already displayed, click Deployment in the sidebar.
The Deployment page displays.
Go to the Processes page.
Click the Processes tab for your deployment.
The Processes page displays.
Configure the standalone MongoDB instance.
In the Process Configuration section, complete the following fields.
Name | Type the name for your standalone MongoDB deployment. |
Version | Select the MongoDB version for your standalone MongoDB
deployment. |
Auth Schema Version | Select the schema for storing the user data for your
deployment. |
Feature Compatibility (Optional) | Select the feature compatibility set. |
Hostname | Type the resolvable address for the host serving your MongoDB
deployment. This can be a hostname, an FQDN, an IPv4
address, or an IPv6 address. |
Port | Type the IANA
port number for your MongoDB deployment. The default for
MongoDB deployments is 27017 . |
DB Directory Path | Type the system path to the
database directory for this
deployment. The default is /data/myProcess . |
Log File Path | Type the system path to the log file setting for this deployment. The default is
/data/myProcess/mongodb.log . |
Set any Advanced Configuration options for the standalone MongoDB instance.
In the Advanced Configuration Options section, add any additional runtime options you want to set for your MongoDB deployment.
To add an option:
Click Add Option.
Select a Startup Option.
Set an acceptable value for that Startup Option.
For descriptions of Advanced Configuration Options, see Advanced Options for MongoDB Deployments.