Kubernetes的高可用持久化存储简单的增量快照和备份跨集群灾难恢复 安装环境要求
# 运行这个命令检查环境curl -sSfL https://raw.githubusercontent.com/longhorn/longhorn/v1.2.3/scripts/environment_check.sh | bash# 所有节点安装必要依赖yum install iscsi-initiator-utilsyum install nfs-utilsyum install jq -y# 使用helm安装Longhornhelm repo add longhorn https://charts.longhorn.iohelm repo updatehelm install longhorn longhorn/longhorn --namespace longhorn-system --create-namespacekubectl -n longhorn-system get pod
使用直接在Longhorn-UI上操作使用
设置备份URLlonghorn备份PV目前支持s3和nfs,打开UI选择Setting,选择General,下拉选择Backup Target,填写NFS服务器地址,格式nfs://172.16.100.13:/data/nfs.