posts - 158,  comments - 0,  views - 11万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
11 2022 档案
容器化部署流程图
摘要:参考: https://kubesphere.io/zh/blogs/kubesphere-pig-practice/ 阅读全文
posted @ 2022-11-11 16:22 a120608yby 编辑
Rocky Linux 9 离线安装 Harbor
摘要:1、Harbor安装方式 在线安装、离线安装、源码安装、helm chart、Operation安装 2、Docker-CE安装 参考:https://www.cnblogs.com/a120608yby/p/9883175.html 3、Docker Daemon配置 参考:https://www 阅读全文
posted @ 2022-11-11 16:16 a120608yby 编辑
云端 N2N 网络架构
摘要:1、规划图如下: 2、软件参考 https://github.com/lucktu/n2n 阅读全文
posted @ 2022-11-11 15:53 a120608yby 编辑
Gogs 基于 Docker 部署
摘要:1、MySQL安装 https://www.cnblogs.com/a120608yby/p/17164694.html 2、Docker、Docker-Compose安装 https://www.cnblogs.com/a120608yby/p/9883175.html https://www.c 阅读全文
posted @ 2022-11-11 15:34 a120608yby 编辑
基于OpenJDK/OracleJDK Alpine制作日常java基础镜像
摘要:Dockerfile内容如下: FROM eclipse-temurin:8-jre-alpine LABEL maintainer="devops@example.com" RUN apk update && apk --no-cache add tzdata ttf-dejavu fontcon 阅读全文
posted @ 2022-11-11 15:24 a120608yby 编辑
通过 LVM 管理磁盘
摘要:1、查看可用分区与磁盘(fdisk或者gdisk) fdisk -l 2、对sdb磁盘进行分区(注意:需要通过“t”选项调整磁盘为LVM) fdisk /dev/sdb 3、将分区创建为物理卷(如有更多磁盘,都通过该方式添加) pvcreate /dev/sdb1 4、查看创建的物理卷 pvs 5、 阅读全文
posted @ 2022-11-11 15:13 a120608yby 编辑

点击右上角即可分享
微信分享提示