当前位置:网站首页>K8s application (IV) - build a redis5 cluster (for direct external access)
K8s application (IV) - build a redis5 cluster (for direct external access)
2022-06-11 08:47:00 【gmHappy】
Preface
Completed K8S Cluster building , Referable :https://blog.csdn.net/ctwy291314/article/details/124841195
One 、 establish namespace
kubectl create namespace redis-cluster
Two 、 establish NFS Storage
establish NFS Storage is mainly for Redis Provide stable back-end storage , When Redis Of Pod After restart or migration , You can still get the original data . here , We need to create NFS, And then by using PV by Redis Mount a remote NFS route .
2.1 Installation configuration NFS Server side
Due to limited hardware resources , I am here k8s-master To build . Execute the following command to install NFS and rpcbind:
yum -y install nfs-utils rpcbind
among ,NFS Rely on remote procedure calls (RPC) Route requests between the client and server , So you need to install rpcbind service .
边栏推荐
- [Clickhouse column] user initialization of new library role
- Sword finger offer 62 The last remaining number in the circle
- [software tools] screen recording software captura
- 2022 Niuke winter vacation 3
- Redis cluster in Linux system
- 用飞项进行目标管理,不做职场上的“无头苍蝇”
- SAP 物料主数据归档
- The difference between equals and = =
- CMVSS TSD No. 302与49 CFR 571.302测试方法是否一样
- Introduction to database system experiment report answer Experiment 6: advanced query of data table
猜你喜欢
随机推荐
Interfaces and abstract classes
Sword finger offer 51 Reverse pair in array
Matlab学习7-图像处理之线性平滑滤波
How to do a good job in project management? Learning these four steps is enough
用飞项进行目标管理,不做职场上的“无头苍蝇”
[software tool] the hacker matrix special effect software CMatrix
进程间的通信
Codeworks round 723 (Div. 2)
(1) AAC opening - lifecycle, livedata, ViewModel and source code analysis skills of core component principles (Reprint)
K8S应用(四)—— 搭建redis5 集群(可供外部直接访问)
Uniapp turn off / on / adjust system sound
Icml2022 article intéressant
XXL task executor calls local project
EN 45545-2T10水平法烟密度检测的注意事项
Introduction to the principles of linkedblockingqueue, arrayblockingqueue, synchronousqueue, concurrentlinkedqueue and transferqueue
win10家庭版如何连接远程桌面
centos随笔03:centos8.2安装mysql
qiao-npms:获取npm包下载量
[programming development] markdown notes tutorial
Installation (detailed illustration) and use of SVN









![[Clickhouse column] user initialization of new library role](/img/00/a11fb1a8e38ed4e0634839160c8ead.png)