如何快速搭建免费云上 MongoDB 副本集群

如何快速搭建免费云上 MongoDB 副本集群
作者:梓杰
镜像下载、域名解析、时间同步请点击 阿里巴巴开源镜像站

一、简介

  MongoDB官方不止提供了社区版和企业版的数据库,还有MongoDB Atlas:Fully managed cloud database。

二、如何快速搭建一套MongoDB集群

2.1 首先打开MongoDB的官方网站,进入MongoDB Atlas:
如何快速搭建免费云上 MongoDB 副本集群

2.2 然后划到最下方,如果没有账号下进行注册,这里我们选择直接登陆:
如何快速搭建免费云上 MongoDB 副本集群

如何快速搭建免费云上 MongoDB 副本集群

2.3 在这里我们选择FREE,然后我们响应的规格等信息,最后点击创建:
如何快速搭建免费云上 MongoDB 副本集群

如何快速搭建免费云上 MongoDB 副本集群

如何快速搭建免费云上 MongoDB 副本集群

如何快速搭建免费云上 MongoDB 副本集群

如何快速搭建免费云上 MongoDB 副本集群

2.4 可以看到,这样我们就创建了一个简单的集群(创建过程需要几分钟),然后我们来进一步配置:
如何快速搭建免费云上 MongoDB 副本集群

2.4.1 首先创建相关用户
如何快速搭建免费云上 MongoDB 副本集群

2.4.2 配置白名单
如何快速搭建免费云上 MongoDB 副本集群

2.4.3 加载测试数据
如何快速搭建免费云上 MongoDB 副本集群

2.4.4 连接集群
点击connect,会弹出几个选项
如何快速搭建免费云上 MongoDB 副本集群

这里我们选择Mongo Compass和Mongo Shell两种,如果没有客户端需要单独下载,复制链接,在客户端粘贴:
如何快速搭建免费云上 MongoDB 副本集群

如何快速搭建免费云上 MongoDB 副本集群

粘贴后需要我们输入密码:
如何快速搭建免费云上 MongoDB 副本集群
如何快速搭建免费云上 MongoDB 副本集群

OK!

三、总结

  利用MongoDB Atlas我们可以轻松的搭建一套Mongo DB副本集用来测试!

阿里巴巴开源镜像站 提供全面,高效和稳定的系统镜像、应用软件下载、域名解析和时间同步服务。”

上一篇:kubernetes 中 nginx-ingress 问题排查及配置调优


下一篇:Kubernetes 环境中使用 NAS 动态存储卷