当前位置: 首页 > news >正文

贵阳做网站公司排名自己做网站销售

贵阳做网站公司排名,自己做网站销售,云商网络综合服务,济宁软件开发网站建设背景介绍 kubernetes集群最开始使用了nfs作为存储#xff0c;随着后续使用过程中数据量逐渐增加#xff0c;nfs存储性能逐步出现不足#xff0c;现增加了基于csi的分布式块存储后#xff0c;需要对原有基于nfs存储类下的pv迁移到新的存储类下。 测试环境 k8s集群版本随着后续使用过程中数据量逐渐增加nfs存储性能逐步出现不足现增加了基于csi的分布式块存储后需要对原有基于nfs存储类下的pv迁移到新的存储类下。 测试环境 k8s集群版本1.25.12节点数4旧存储类nfs-storage新存储类rook-ceph-block测试应用mysql备份恢复工具velero需求集群管理权限、S3存储 测试方法 安装minio apiVersion: v1 kind: PersistentVolumeClaim metadata:name: miniolabels:app.kubernetes.io/name: minio spec:accessModes:- ReadWriteOnceresources:requests:storage: 20Gi --- apiVersion: v1 kind: Service metadata:name: miniolabels:app.kubernetes.io/name: minio spec:type: NodePortports:- name: tcpport: 9000targetPort: 9000- name: httpport: 9001targetPort: 9001selector:app.kubernetes.io/name: minio --- apiVersion: apps/v1 kind: Deployment metadata:name: miniolabels:app.kubernetes.io/name: minio spec:replicas: 1selector:matchLabels:app.kubernetes.io/name: miniotemplate:metadata:labels:app.kubernetes.io/name: miniospec:containers:- name: minioimage: harbor.gistack.cn/gistack/minio:2023-07-21env:- name: MINIO_ROOT_USERvalue: minioadmin- name: MINIO_ROOT_PASSWORDvalue: minio2023args:- server- /data- --console-address- :9001ports:- name: tcpcontainerPort: 9000protocol: TCP- name: httpcontainerPort: 9001protocol: TCPvolumeMounts:- name: datamountPath: /datavolumes:- name: datapersistentVolumeClaim:claimName: minio安装velero [rootrocky8 ~]# wget https://github.com/vmware-tanzu/velero/releases/download/v1.12.2/velero-v1.12.2-linux-amd64.tar.gz [rootrocky8 ~]# tar xvf velero-v1.12.2-linux-amd64.tar.gz velero-v1.12.2-linux-amd64/LICENSE velero-v1.12.2-linux-amd64/examples/minio/00-minio-deployment.yaml velero-v1.12.2-linux-amd64/examples/nginx-app/README.md velero-v1.12.2-linux-amd64/examples/nginx-app/base.yaml velero-v1.12.2-linux-amd64/examples/nginx-app/with-pv.yaml velero-v1.12.2-linux-amd64/velero [rootrocky8 ~]# cd velero-v1.12.2-linux-amd64/ [rootrocky8 velero-v1.12.2-linux-amd64]# ls LICENSE examples velero [rootrocky8 velero-v1.12.2-linux-amd64]# echo [default]aws_access_key_id minioadminaws_secret_access_key minio2023credentials-minio [rootrocky8 velero-v1.12.2-linux-amd64]# ./velero install \--provider aws \--plugins velero/velero-plugin-for-aws:v1.8.0 \--bucket velero \--secret-file ./credentials-minio \--use-node-agent \--use-volume-snapshotsfalse \--backup-location-config regioncn-beijing,s3ForcePathStyletrue,s3Urlhttp://192.168.121.2:32432 CustomResourceDefinition/backuprepositories.velero.io: attempting to create resource CustomResourceDefinition/backuprepositories.velero.io: attempting to create resource client CustomResourceDefinition/backuprepositories.velero.io: created CustomResourceDefinition/backups.velero.io: attempting to create resource CustomResourceDefinition/backups.velero.io: attempting to create resource client CustomResourceDefinition/backups.velero.io: created CustomResourceDefinition/backupstoragelocations.velero.io: attempting to create resource CustomResourceDefinition/backupstoragelocations.velero.io: attempting to create resource client CustomResourceDefinition/backupstoragelocations.velero.io: created CustomResourceDefinition/deletebackuprequests.velero.io: attempting to create resource CustomResourceDefinition/deletebackuprequests.velero.io: attempting to create resource client CustomResourceDefinition/deletebackuprequests.velero.io: created CustomResourceDefinition/downloadrequests.velero.io: attempting to create resource CustomResourceDefinition/downloadrequests.velero.io: attempting to create resource client CustomResourceDefinition/downloadrequests.velero.io: created CustomResourceDefinition/podvolumebackups.velero.io: attempting to create resource CustomResourceDefinition/podvolumebackups.velero.io: attempting to create resource client CustomResourceDefinition/podvolumebackups.velero.io: created CustomResourceDefinition/podvolumerestores.velero.io: attempting to create resource CustomResourceDefinition/podvolumerestores.velero.io: attempting to create resource client CustomResourceDefinition/podvolumerestores.velero.io: created CustomResourceDefinition/restores.velero.io: attempting to create resource CustomResourceDefinition/restores.velero.io: attempting to create resource client CustomResourceDefinition/restores.velero.io: created CustomResourceDefinition/schedules.velero.io: attempting to create resource CustomResourceDefinition/schedules.velero.io: attempting to create resource client CustomResourceDefinition/schedules.velero.io: created CustomResourceDefinition/serverstatusrequests.velero.io: attempting to create resource CustomResourceDefinition/serverstatusrequests.velero.io: attempting to create resource client CustomResourceDefinition/serverstatusrequests.velero.io: created CustomResourceDefinition/volumesnapshotlocations.velero.io: attempting to create resource CustomResourceDefinition/volumesnapshotlocations.velero.io: attempting to create resource client CustomResourceDefinition/volumesnapshotlocations.velero.io: created CustomResourceDefinition/datadownloads.velero.io: attempting to create resource CustomResourceDefinition/datadownloads.velero.io: attempting to create resource client CustomResourceDefinition/datadownloads.velero.io: created CustomResourceDefinition/datauploads.velero.io: attempting to create resource CustomResourceDefinition/datauploads.velero.io: attempting to create resource client CustomResourceDefinition/datauploads.velero.io: created Waiting for resources to be ready in cluster... Namespace/velero: attempting to create resource Namespace/velero: attempting to create resource client Namespace/velero: created ClusterRoleBinding/velero: attempting to create resource ClusterRoleBinding/velero: attempting to create resource client ClusterRoleBinding/velero: created ServiceAccount/velero: attempting to create resource ServiceAccount/velero: attempting to create resource client ServiceAccount/velero: created Secret/cloud-credentials: attempting to create resource Secret/cloud-credentials: attempting to create resource client Secret/cloud-credentials: created BackupStorageLocation/default: attempting to create resource BackupStorageLocation/default: attempting to create resource client BackupStorageLocation/default: created Deployment/velero: attempting to create resource Deployment/velero: attempting to create resource client Deployment/velero: created DaemonSet/node-agent: attempting to create resource DaemonSet/node-agent: attempting to create resource client DaemonSet/node-agent: created Velero is installed! ⛵ Use kubectl logs deployment/velero -n velero to view the status. [rootrocky8 velero-v1.12.2-linux-amd64]# 验证velero备份仓库和设置备份策略 [rootrocky8 velero-v1.12.2-linux-amd64]# ./velero backup-location get NAME PROVIDER BUCKET/PREFIX PHASE LAST VALIDATED ACCESS MODE DEFAULT default aws velero Available 2023-12-29 02:52:26 0000 UTC ReadWrite true [rootrocky8 velero-v1.12.2-linux-amd64]#cat velero-cm.yaml apiVersion: v1 kind: ConfigMap metadata:name: change-storage-class-confignamespace: velerolabels:velero.io/plugin-config: velero.io/change-storage-class: RestoreItemAction data:nfs-storage: rook-ceph-block安装示例服务mysql apiVersion: v1 kind: Service metadata:name: mysqlnamespace: testlabels:app: mysql spec:ports:- port: 3306selector:app: mysqlclusterIP: None --- apiVersion: v1 kind: PersistentVolumeClaim metadata:name: mysql-pv-claimnamespace: testlabels:app: mysql spec:storageClassName: nfs-storageaccessModes:- ReadWriteOnceresources:requests:storage: 1Gi --- apiVersion: apps/v1 kind: Deployment metadata:name: mysqlnamespace: testlabels:app: mysql spec:selector:matchLabels:app: mysqlstrategy:type: Recreatetemplate:metadata:labels:app: mysqlspec:containers:- image: mysql:5.7name: mysqlenv:- name: MYSQL_ROOT_PASSWORDvalue: Passw0rd#1ports:- containerPort: 3306name: mysqlvolumeMounts:- name: mysql-persistent-storagemountPath: /var/lib/mysqlvolumes:- name: mysql-persistent-storagepersistentVolumeClaim:claimName: mysql-pv-claimmysql创建库表并插入数据 mysql create database test; Query OK, 1 row affected (0.00 sec)mysql use test; Database changed mysql create table newtb (id int); Query OK, 0 rows affected (0.02 sec)mysql insert into newtb (id) values (1); Query OK, 1 row affected (0.00 sec)mysql insert into newtb (id) values (2); Query OK, 1 row affected (0.00 sec)mysql insert into newtb (id) values (3); Query OK, 1 row affected (0.00 sec)mysql select id from newtb; ------ | id | ------ | 1 | | 2 | | 3 | ------ 3 rows in set (0.00 sec)mysql 创建备份 [rootrocky8 velero-v1.12.2-linux-amd64]# ./velero backup create backup-test --include-namespaces test --include-resources pod,pv,pvc,deploy --default-volumes-to-fs-backup Backup request backup-test submitted successfully. Run velero backup describe backup-test or velero backup logs backup-test for more details. [rootrocky8 velero-v1.12.2-linux-amd64]# ./velero backup get NAME STATUS ERRORS WARNINGS CREATED EXPIRES STORAGE LOCATION SELECTOR backup-test InProgress 0 0 2023-12-29 03:47:30 0000 UTC 29d default none [rootrocky8 velero-v1.12.2-linux-amd64]# [rootrocky8 velero-v1.12.2-linux-amd64]# ./velero backup describe backup-test --details Name: backup-test Namespace: velero Labels: velero.io/storage-locationdefault Annotations: velero.io/resource-timeout10m0svelero.io/source-cluster-k8s-gitversionv1.25.12velero.io/source-cluster-k8s-major-version1velero.io/source-cluster-k8s-minor-version25Phase: CompletedNamespaces:Included: testExcluded: noneResources:Included: *Excluded: noneCluster-scoped: autoLabel selector: noneOr label selector: noneStorage Location: defaultVelero-Native Snapshot PVs: auto Snapshot Move Data: false Data Mover: veleroTTL: 720h0m0sCSISnapshotTimeout: 10m0s ItemOperationTimeout: 4h0m0sHooks: noneBackup Format Version: 1.1.0Started: 2023-12-29 03:47:30 0000 UTC Completed: 2023-12-29 03:47:37 0000 UTCExpiration: 2024-01-28 03:47:30 0000 UTCTotal items to be backed up: 21 Items backed up: 21Resource List:apps/v1/Deployment:- test/mysqlapps/v1/ReplicaSet:- test/mysql-6d4cc78fd9discovery.k8s.io/v1/EndpointSlice:- test/mysql-hrqs2v1/ConfigMap:- test/kube-root-ca.crtv1/Endpoints:- test/mysqlv1/Event:- test/mysql-6d4cc78fd9-cz54t.17a5306f98ae52c3- test/mysql-6d4cc78fd9-cz54t.17a5306ff9652d00- test/mysql-6d4cc78fd9-cz54t.17a530701c33cf38- test/mysql-6d4cc78fd9-cz54t.17a530701e2834e8- test/mysql-6d4cc78fd9-cz54t.17a5307025673793- test/mysql-6d4cc78fd9.17a5306f98a6f5fd- test/mysql-pv-claim.17a5306fa1d09254- test/mysql-pv-claim.17a5306fa209c18c- test/mysql-pv-claim.17a5306fa30e0e24- test/mysql.17a5306f97c72f22v1/Namespace:- testv1/PersistentVolume:- pvc-54c44a11-77f3-4504-bea4-bb91e3f774acv1/PersistentVolumeClaim:- test/mysql-pv-claimv1/Pod:- test/mysql-6d4cc78fd9-cz54tv1/Service:- test/mysqlv1/ServiceAccount:- test/defaultVelero-Native Snapshots: none includedkopia Backups:Completed:test/mysql-6d4cc78fd9-cz54t: mysql-persistent-storage [rootrocky8 velero-v1.12.2-linux-amd64]# 查看minio中数据 修改旧pv的删除策略保证为Retain [rootrocky8 velero-v1.12.2-linux-amd64]# kubectl get pvc -n test NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE mysql-pv-claim Bound pvc-54c44a11-77f3-4504-bea4-bb91e3f774ac 1Gi RWO nfs-storage 13m [rootrocky8 velero-v1.12.2-linux-amd64]# kubectl edit pv pvc-54c44a11-77f3-4504-bea4-bb91e3f774ac -n test persistentvolume/pvc-54c44a11-77f3-4504-bea4-bb91e3f774ac edited [rootrocky8 velero-v1.12.2-linux-amd64]# kubectl scale --replicas0 deploy mysql -n test deployment.apps/mysql scaled [rootrocky8 velero-v1.12.2-linux-amd64]# kubectl delete pvc mysql-pv-claim -n test persistentvolumeclaim mysql-pv-claim deleted [rootrocky8 velero-v1.12.2-linux-amd64]# [rootrocky8 velero-v1.12.2-linux-amd64]# kubectl get pv -n test NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE pvc-23a440af-5c6e-4cb5-85b7-964f043b0379 20Gi RWO Delete Bound default/minio standard 17m pvc-54c44a11-77f3-4504-bea4-bb91e3f774ac 1Gi RWO Retain Released test/mysql-pv-claim nfs-storage 16m [rootrocky8 velero-v1.12.2-linux-amd64]# 使用velero恢复备份 [rootrocky8 velero-v1.12.2-linux-amd64]# velero backup get NAME STATUS ERRORS WARNINGS CREATED EXPIRES STORAGE LOCATION SELECTOR backup-test Completed 0 0 2023-12-29 03:47:30 0000 UTC 29d default none [rootrocky8 velero-v1.12.2-linux-amd64]# velero restore create --from-backup backup-test Restore request backup-test-20231229035910 submitted successfully. Run velero restore describe backup-test-20231229035910 or velero restore logs backup-test-20231229035910 for more details. [rootrocky8 velero-v1.12.2-linux-amd64]# ./velero restore get NAME BACKUP STATUS STARTED COMPLETED ERRORS WARNINGS CREATED SELECTOR backup-test-20231229035910 backup-test InProgress 2023-12-29 03:59:10 0000 UTC nil 0 0 2023-12-29 03:59:10 0000 UTC none [rootrocky8 velero-v1.12.2-linux-amd64]# velero restore get NAME BACKUP STATUS STARTED COMPLETED ERRORS WARNINGS CREATED SELECTOR backup-test-20231229035910 backup-test Completed 2023-12-29 03:59:10 0000 UTC 2023-12-29 04:06:10 0000 UTC 0 0 2023-12-29 03:59:10 0000 UTC none [rootrocky8 velero-v1.12.2-linux-amd64]#验证mysql数据恢复 [rootrocky8 velero-v1.12.2-linux-amd64]# kubectl get pvc -n test NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE mysql-pv-claim Bound pvc-dc3f6b8c-53ba-4933-bf46-f8e00a956d7d 1Gi RWO rook-ceph-block 9m2s [rootrocky8 velero-v1.12.2-linux-amd64]# [rootrocky8 velero-v1.12.2-linux-amd64]# kubectl exec -it -n test deploy/mysql -- bash Defaulted container mysql out of: mysql, restore-wait (init) bash-4.2# mysql -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 6 Server version: 5.7.44 MySQL Community Server (GPL)Copyright (c) 2000, 2023, Oracle and/or its affiliates.Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.Type help; or \h for help. Type \c to clear the current input statement.mysql mysql use test; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -ADatabase changed mysql select * from newtb; ------ | id | ------ | 1 | | 2 | | 3 | ------ 3 rows in set (0.00 sec)mysql
http://www.hkea.cn/news/14298331/

相关文章:

  • 手机网站建设注册塔山双喜域名的网站建设方案书
  • 萧山区住房和城乡建设局网站山东省住房和城乡建设厅定额站子网站
  • 政务服务网站建设文档广东传染病最新消息
  • 做网站需要用到ps吗南京企业网站开发费用申请
  • 途牛网电子商务网站建设分析国家电网建设部网站官网
  • 建网站过程什么是网站规划
  • 哈尔滨 做网站公司哪家好购物网站的详细设计
  • 怎样为网站做推广安卓手机app下载软件
  • 深圳网站设计比较好的公司有哪些ps做 网站标准尺寸
  • seo网站优化方案网站开发工作程序怎么写
  • 自助网站能在百度上搜到么网页设计论文引言
  • 做淘宝主要看哪些网站互联网广告公司排名前十
  • 宏重钢结构东莞网站建设做的网站为什么图片看不了
  • 网站建设动画教程传奇霸主网页版
  • 免费做图网站有哪些企业网服务器如何搭建
  • 定制网站建设广告企业建设电商网站
  • 珠海公司网站建设ppt免费模板在哪下载
  • 博客网站源码带后台自贡建设机械网站
  • 做网站和做app有什么不同怎么做电影网站app
  • 汕头网站推广费用wordpress模板怎么修改
  • 手机怎样制作个人网站赣州带你飞网络科技有限公司
  • 做直播导航网站有哪些网站建设中招聘页面源码
  • 厦门酒店团购网站建设dw网页制作素材下载
  • 网站建设项目设计表子洲网站建设制作
  • 帮做3d模型的网站信息分类平台
  • 网站外包建设 请示网站建设涉及的知识产权
  • 网站 建设制作菜鸟教程规划和设计一个网站
  • 还有做网站的必要吗教育平台小程序
  • 网站建设应该注意的设计要点龙岩一线网络有限公司
  • 专门做ppt的网站名称私人定制女装店