上一页 1 ··· 7 8 9 10 11 12 13 14 下一页
  2023年2月21日
摘要: 一、安装Open vSwitch包 apt update apt install openvswitch-switch -y 二、配置多网卡绑定 # vim /etc/network/interfaces auto bond0 iface bond0 inet manual ovs_bridge v 阅读全文
posted @ 2023-02-21 14:36 a120608yby 阅读(639) 评论(0) 推荐(0) 编辑
摘要: 简介 KubeSphere 是在 Kubernetes 之上构建的面向云原生应用的分布式操作系统,完全开源,支持多云与多集群管理,提供全栈的 IT 自动化运维能力,简化企业的 DevOps 工作流。它的架构可以非常方便地使第三方应用与云原生生态组件进行即插即用 (plug-and-play) 的集成 阅读全文
posted @ 2023-02-21 13:59 a120608yby 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 一、Pig架构(该图来自Pig白皮书中的基础架构图) 二、CI/CD架构图 # 服务Jenkins流水线 pipeline { agent { label "master" } tools { maven 'maven3' jdk 'java1.8' } options { ansiColor('x 阅读全文
posted @ 2023-02-21 13:17 a120608yby 阅读(158) 评论(0) 推荐(0) 编辑
  2023年2月16日
摘要: 1、Docker、Docker-Compose安装 https://www.cnblogs.com/a120608yby/p/9883175.html https://www.cnblogs.com/a120608yby/p/14582853.html 2、服务Docker-Compose配置 # 阅读全文
posted @ 2023-02-16 12:38 a120608yby 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1、nc命令安装 dnf install nc -y 2、通过socks 5代理连接服务器(10.10.10.30为代理服务器) ssh -o ProxyCommand="nc -X 5 -x 10.10.10.30:1080 %h %p" root@100.100.100.30 3、通过https 阅读全文
posted @ 2023-02-16 11:51 a120608yby 阅读(548) 评论(0) 推荐(0) 编辑
  2023年1月20日
摘要: 一、查看当前使用的内核版本 uname -a 二、查询当前已安装的所有内核 rpm -qa | grep kernel 三、删除未使用的内核 dnf remove --oldinstallonly --setopt installonly_limit=2 kernel 注意:操作有风险,需谨慎处理 阅读全文
posted @ 2023-01-20 11:47 a120608yby 阅读(719) 评论(0) 推荐(0) 编辑
摘要: 1、安装和启用EPEL、CRB、PostgreSQL仓库 dnf config-manager --set-enabled crb dnf -y install epel-release dnf -y install https://download.postgresql.org/pub/repos 阅读全文
posted @ 2023-01-20 11:40 a120608yby 阅读(113) 评论(0) 推荐(0) 编辑
  2023年1月19日
摘要: 一、Portainer架构 二、基于Docker-Compose部署 # cat docker-compose.yaml version: '3' services: portainer-server: image: portainer/portainer-ce:latest container_n 阅读全文
posted @ 2023-01-19 14:20 a120608yby 阅读(66) 评论(0) 推荐(0) 编辑
  2023年1月17日
摘要: 1、CentOS 7可通过编译好的RPM包直接安装 地址:http://li.nux.ro/download/nux/misc/el7/x86_64//rinetd-0.62-9.el7.nux.x86_64.rpm 2、源码编译安装 # 克隆代码 git clone https://github. 阅读全文
posted @ 2023-01-17 16:25 a120608yby 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 一、Docker、Docker-Compose安装 https://www.cnblogs.com/a120608yby/p/9883175.html https://www.cnblogs.com/a120608yby/p/14582853.html 二、基于Docker-Compose部署WiK 阅读全文
posted @ 2023-01-17 15:34 a120608yby 阅读(621) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 下一页