当前位置:网站首页>在Rainbond中一键部署高可用 EMQX 集群
在Rainbond中一键部署高可用 EMQX 集群
2022-07-07 05:09:00 【Rainbond】
本文描述如何通过云原生应用管理平台 Rainbond 一键安装高可用 EMQX 集群。这种方式适合不太了解 Kubernetes、容器化等复杂技术的用户使用,降低了在 Kubernetes 中部署 EMQX 的门槛。
一、背景信息
1.1 Rainbond 与 EMQX 的结合
Rainbond 是一款易于使用的开源云原生应用管理平台。借助于它,用户可以在图形化界面中完成微服务的部署与运维。借助 Kubernetes 和容器化技术的能力,将故障自愈、弹性伸缩等自动化运维能力赋能给用户的业务。
这类用户不必再关心如何部署 EMQX 集群,通过开源应用商店一键安装 EMQX 高可用集群,这种安装方式极大的降低了用户使用 EMQX 集群的部署负担,目前支持最新版本 4.4.3
。
1.2 关于应用模版
应用模版是面向 Rainbond 云原生应用管理平台的安装包,用户可以基于它一键安装业务系统到自己的 Rainbond 中去。无论这个业务系统多么复杂,应用模版都会将其抽象成为一个应用,裹挟着应用内所有组件的镜像、配置信息以及所有组件之间的关联关系一并安装起来。
二、前提条件
- 部署好的 Rainbond 云原生应用管理平台:例如 快速体验版本,可以在个人 PC 环境中以启动一个容器的代价运行。
- 可以连接到互联网。
三、快速开始
3.1 访问内置的开源应用商店
选择左侧的 应用市场 标签页,在页面中切换到 开源应用商店 标签页,搜索关键词 EMQX 即可找到 EMQX 应用。
3.2 一键安装
点击 EMQX 右侧的 安装 可以进入安装页面,填写简单的信息之后,点击 确定 即可开始安装,页面自动跳转到拓扑视图。
参数说明:
选择项 | 说明 |
---|---|
团队名称 | 用户自建的工作空间,以命名空间隔离 |
集群名称 | 选择 EMQX 被部署到哪一个 K8s 集群 |
选择应用 | 选择 EMQX 被部署到哪一个应用,应用中包含有若干有关联的组件 |
应用版本 | 选择 EMQX 的版本,目前可选版本为 4.4.3 |
等待几分钟后,EMQX 集群就会安装完成,并运行起来。
3.3 验证 EMQX 集群
通过 Dashboard 验证查看集群节点。访问组件
EMQX_Cluster-4.4.3
的18083
端口的对外服务域名,即可登录 EMQX Dashboard,在首页 Nodes 展示所有节点都处于Running
状态。默认账户密码: admin/public ,可通过环境变量修改
EMQX_DASHBOARD__DEFAULT_USERNAME
EMQX_DASHBOARD__DEFAULT_PASSWORD
- 通过命令行查看集群节点,进入组件
EMQX_Cluster-4.4.3
的Web终端,选择任意一个实例,执行以下命令:
emqx_ctl cluster status
边栏推荐
- Force buckle 144 Preorder traversal of binary tree
- 互动送书-《Oracle DBA工作笔记》签名版
- Thinkcmf6.0 installation tutorial
- UnityHub破解&Unity破解
- Complex network modeling (II)
- 数据库实时同步利器——CDC(变化数据捕获技术)
- 漏洞复现-easy_tornado
- Recursive method to construct binary tree from preorder and inorder traversal sequence
- Recursive method constructs binary tree from middle order and post order traversal sequence
- Relevant data of current limiting
猜你喜欢
调用 pytorch API完成线性回归
Es FAQ summary
【数字IC验证快速入门】10、Verilog RTL设计必会的FIFO
Jmeter 的使用
Uniapp mobile terminal forced update function
漏洞复现-Fastjson 反序列化
Codeforce c.strange test and acwing
Li Kou interview question 04.01 Path between nodes
Force buckle 144 Preorder traversal of binary tree
The largest 3 same digits in the string of leetcode simple question
随机推荐
Introduction à l'objet blob
Find the mode in the binary search tree (use medium order traversal as an ordered array)
Yugu p1020 missile interception (binary search)
B. Value sequence thinking
Unityhub cracking & unity cracking
It took "7" years to build the robot framework into a micro service
[quick start of Digital IC Verification] 15. Basic syntax of SystemVerilog learning 2 (operators, type conversion, loops, task/function... Including practical exercises)
LeetCode简单题之字符串中最大的 3 位相同数字
Quick analysis of Intranet penetration helps the foreign trade management industry cope with a variety of challenges
运放电路的反馈电阻上并联一个电容是什么作用
Example of file segmentation
青龙面板--整理能用脚本
海信电视开启开发者模式
2022 Inner Mongolia latest advanced fire facility operator simulation examination question bank and answers
Who has docker to install MySQL locally?
Paddlepaddle 29 dynamically modify the network structure without model definition code (relu changes to prelu, conv2d changes to conv3d, 2D semantic segmentation model changes to 3D semantic segmentat
芯片资料 网站 易特创芯
LeetCode中等题之我的日程安排表 I
The element with setfieldsvalue set is obtained as undefined with GetFieldValue
Minimum absolute difference of binary search tree (use medium order traversal as an ordered array)