2023年2月21日
摘要: 一、环境准备 1、三台8核/16G内存/500G高速硬盘服务器和三台16核/32G内存/500G高速硬盘服务器 2、CentOS 7 3、关闭selinux和关闭防火墙 4、升级系统内核(参考:https://www.cnblogs.com/a120608yby/p/10169364.html) 二 阅读全文
posted @ 2023-02-21 16:44 a120608yby 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 1、Docker CE安装 参考:https://www.cnblogs.com/a120608yby/p/9883175.html 2、Docker Compose安装 参考:https://www.cnblogs.com/a120608yby/p/14582853.html 3、部署Nexus 阅读全文
posted @ 2023-02-21 15:00 a120608yby 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 一、安装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) 编辑