Processing math: 100%
会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dhcc
博客园
首页
新随笔
联系
订阅
管理
随笔 - 63
文章 - 4
评论 - 1
阅读 -
66846
上一页
1
2
3
4
5
6
7
下一页
2022年7月30日
安装gitlab
摘要: 下载安装 gitlab/gitlab-ce - Packages · packages.gitlab.com 或gitLab的linux安装包-管理软件文档类资源-CSDN下载 ce表示开源 el表示centos 选64位 el6对应CentOS 6 我这里是先下载再上传后安装 在linux上创建了
阅读全文
posted @ 2022-07-30 16:22 donghongchao
阅读(938)
评论(0)
推荐(0)
2022年4月7日
lvs配置
摘要: 安装lvsadm工具包: http://www.it165.net/admin/html/201212/579.html http://www.it165.net/admin/html/201212/585.html https://cloud.tencent.com/developer/artic
阅读全文
posted @ 2022-04-07 19:50 donghongchao
阅读(26)
评论(0)
推荐(0)
LVS负载均衡
摘要: 一、LVS简介 LVS(Linux Virtual Server)即Linux虚拟服务器,是由章文嵩博士主导的开源负载均衡项目,目前LVS已经被集成到Linux内核模块中。该项目在Linux内核中实现了基于IP的数据请求负载均衡调度方案,其体系结构如图1所示,终端互联网用户从外部访问公司的外部负载均
阅读全文
posted @ 2022-04-07 15:28 donghongchao
阅读(56)
评论(0)
推荐(0)
2022年4月3日
自己安装一个gitlab
摘要: 1、安装相关依赖 yum install curl policycoreutils-python openssh-server postfix wget -y 2、设置开机启动 systemctl enable sshd && systemctl start sshd systemctl enabl
阅读全文
posted @ 2022-04-03 12:28 donghongchao
阅读(78)
评论(0)
推荐(0)
2022年3月30日
Kubernetes 安装部署之kubeadm
摘要: ###Kubernetes 基本逻辑 Master k8s集群控制节点,对集群进行调度管理,接受集群外用户去集群操作请求; Master Node 由 API Server、Scheduler、ClusterState Store(ETCD 数据库)和 Controller MangerServer
阅读全文
posted @ 2022-03-30 08:42 donghongchao
阅读(254)
评论(0)
推荐(0)
2022年3月27日
docker 创建redis集群部署
摘要: ###一、创建一个docker 网络 docker network create --driver bridge --subnet 172.38.0.0/16 redis ###二、创建配置文件,后面让docker读取创建数据卷 for port in $(seq 1 6); do mkdir -p
阅读全文
posted @ 2022-03-27 10:05 donghongchao
阅读(48)
评论(0)
推荐(0)
2022年3月26日
制作一个自己的dockerfile
摘要: ##环境: 虚拟机centosos7 镜像centos最新版本 ###准备: apache-tomcat-9.0.60.tar.gz jdk-18_linux-x64_bin.tar.gz Centos-8.repo wget -O /etc/yum.repos.d/CentOS-Base.repo
阅读全文
posted @ 2022-03-26 18:28 donghongchao
阅读(58)
评论(0)
推荐(0)
2022年3月25日
DockerFile 制作镜像
摘要: ####多阶段构建会生成编译环境镜像,也会将之前的同名镜像变为:,清理此类镜像可执行以下命令: 点击查看代码 docker rmi
(
d
o
c
k
e
r
i
m
a
g
e
s
−
−
f
i
l
t
e
r
d
a
n
g
l
i
n
g
=
t
r
u
e
−
q
)
如
果
有
容
器
关
联
需
要
删
除
d
o
c
k
e
r
r
m
(docker ps -a -q )]
阅读全文
posted @ 2022-03-25 22:40 donghongchao
阅读(254)
评论(0)
推荐(0)
docker 使用
摘要: ###拉取镜像 docker pull [选项] [Docker Registry 地址[:端口号]/]仓库名[:标签] docker pull ip:端口 仓库名/软件名:标签(默认官方镜像地址) docker pull centos (默认最新的镜像) ###运行 docker run -it
阅读全文
posted @ 2022-03-25 00:07 donghongchao
阅读(68)
评论(0)
推荐(0)
2022年3月24日
docker 安装
摘要: 卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ doc
阅读全文
posted @ 2022-03-24 18:10 donghongchao
阅读(28)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告
昵称:
donghongchao
园龄:
3年3个月
粉丝:
0
关注:
2
+加关注
<
2025年6月
>
日
一
二
三
四
五
六
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
1
2
3
4
5
6
7
8
9
10
11
12
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
mysql
(9)
elasticsearch
(6)
docker
(4)
gitlab
(3)
redis
(2)
lvs
(2)
kubernetes
(2)
python
(1)
git
(1)
gilab
(1)
更多
随笔分类
CA(1)
docker(5)
elasticsearch(6)
git(3)
hadoop生态(2)
kubernetes(2)
linux(2)
mysql(9)
nginx(2)
python(1)
redis(2)
负载均衡(2)
随笔档案
2025年3月(1)
2024年7月(19)
2023年12月(2)
2022年12月(2)
2022年11月(3)
2022年10月(5)
2022年9月(2)
2022年8月(14)
2022年7月(3)
2022年4月(3)
2022年3月(9)
文章分类
linux 系统相关(2)
数据库相关(1)
阅读排行榜
1. mysql 主备模式搭建过程(3781)
2. elasticdump的安装与使用(3019)
3. metastore作用_Hive安装配置(2402)
4. Nginx 重写功能(location / rewrite)(1962)
5. Linux 中 Crontab 执行时的环境变量问题(1930)
评论排行榜
1. mysql 主备模式搭建过程(1)
推荐排行榜
1. Linux 中 Crontab 执行时的环境变量问题(1)
最新评论
1. Re:mysql 主备模式搭建过程
怎么没评论 一楼
--隐逸仙侠
点击右上角即可分享