当前位置:网站首页>TiDB 集群最小部署的拓扑架构
TiDB 集群最小部署的拓扑架构
2022-07-02 11:56:00 【添香小铺】
本文档介绍 TiDB 集群最小部署的拓扑架构。
拓扑信息
| 实例 | 个数 | 物理机配置 | IP | 配置 |
|---|---|---|---|---|
| TiDB | 3 | 16 VCore 32GB * 1 | 10.0.1.1 10.0.1.2 10.0.1.3 | 默认端口 全局目录配置 |
| PD | 3 | 4 VCore 8GB * 1 | 10.0.1.4 10.0.1.5 10.0.1.6 | 默认端口 全局目录配置 |
| TiKV | 3 | 16 VCore 32GB 2TB (nvme ssd) * 1 | 10.0.1.7 10.0.1.8 10.0.1.9 | 默认端口 全局目录配置 |
| Monitoring & Grafana | 1 | 4 VCore 8GB * 1 500GB (ssd) | 10.0.1.10 | 默认端口 全局目录配置 |
拓扑模版
以上 TiDB 集群拓扑文件中,详细的配置项说明见通过 TiUP 部署 TiDB 集群的拓扑文件配置。
注意
- 无需手动创建配置文件中的
tidb用户,TiUP cluster 组件会在目标主机上自动创建该用户。可以自定义用户,也可以和中控机的用户保持一致。 - 如果部署目录配置为相对路径,会部署在用户家目录下。
边栏推荐
- 【C语音】详解指针进阶和注意点(2)
- fatal: unsafe repository is owned by someone else 的解决方法
- 3. Function pointers and pointer functions
- vChain: Enabling Verifiable Boolean Range Queries over Blockchain Databases(sigmod‘2019)
- obsidian安装第三方插件——无法加载插件
- OpenCV调用USB摄像头的点滴
- STM32 standard firmware library function name (I)
- STM32库函数进行GPIO初始化
- 871. Minimum refueling times: simple priority queue (heap) greedy question
- 富文本编辑器添加矢量公式(MathType for TinyMCE ,可视化添加)
猜你喜欢

Advanced C language (learn malloc & calloc & realloc & free in simple dynamic memory management)

Advanced C language (realize simple address book)

LeetCode 2320. Count the number of ways to place the house

GeoServer offline map service construction and layer Publishing

LeetCode 209. Minimum length subarray

geoserver离线地图服务搭建和图层发布

About text selection in web pages and counting the length of selected text
![[noi simulation] Elis (greedy, simulation)](/img/a2/f8c8ab3bc8dd779327be3f76990976.png)
[noi simulation] Elis (greedy, simulation)

微信小程序使用towxml显示公式

Yolov6 training: various problems encountered in training your dataset
随机推荐
关于网页中的文本选择以及统计选中文本长度
Obsidian installs third-party plug-ins - unable to load plug-ins
Dragonfly low code security tool platform development path
.NET Core 日志系统
LeetCode 209. Minimum length subarray
C thread transfer parameters
STM32 standard firmware library function name memory (II)
C语言中的算术运算及相关练习题
2021-2022学年编译原理考试重点[华侨大学]
微信小程序使用towxml显示公式
为什么只会编程的程序员无法成为优秀的开发者?
Factal: Unsafe repository is owned by someone else Solution
电脑怎么设置扬声器播放麦克风的声音
Jenkins Pipeline 应用与实践
It's no exaggeration to say that this is the most user-friendly basic tutorial of pytest I've ever seen
C language exercises - (array)
LeetCode_字符串_简单_412.Fizz Buzz
解决el-radio-group 回显后不能编辑问题
[noi simulation] Elis (greedy, simulation)
##51单片机实验之简易验证码发生器