会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
首页
数 据 库
oracle
mysql
mariadb
mycat
mongodb
linux软件
nginx
redis
kafka
fdfs
es
linux运维
ubuntu
linux
docker
k8s
k8s基础
prometheus
helm
Keepalived
脚本
后台相关
yml配置
验证码
工具类
数结构
其他常用
windows
系分
常用功能
新随笔
联系
订阅
设置
管理
关注
kht
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
10
下一页
2023年6月18日
集群版fastFDS安装配置
摘要: 参考地址1 参考地址2 参考地址3 参考地址4 在单机版的基础上搭建集群版 一、主机规划 主机名 IP地址 操作系统 配置 kht111 192.168.2.111 Centos7.8 基础设施服务器 2颗CPU 2G内存 50G硬盘 kht112 192.168.2.112 Centos7.8 基
阅读全文
posted @ 2023-06-18 10:28 kht
阅读(169)
评论(0)
推荐(0)
2023年4月24日
安装metrics-server
摘要: 下载地址 1.查看版本匹配 2.下载对应的yaml文件 3.修改下载的yaml文件 - --kubelet-insecure-tls image: registry.cn-hangzhou.aliyuncs.com/google_containers/metrics-server:v0.6.3
阅读全文
posted @ 2023-04-24 17:15 kht
阅读(149)
评论(0)
推荐(0)
2023年3月16日
SSH在其他服务器上添加信任秘钥
摘要: 一、centos系统 [root@kht151 zoneinfo]# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa):
阅读全文
posted @ 2023-03-16 16:42 kht
阅读(250)
评论(0)
推荐(0)
2023年3月10日
安装 cri-dockerd
摘要: cri-dockerd-下载地址 go下载地址 #1.切换镜像源 wget https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo -O /etc/yum.repos.d/docker-ce.repo wget -O /etc
阅读全文
posted @ 2023-03-10 14:59 kht
阅读(3937)
评论(0)
推荐(0)
2023年3月2日
markdown的使用说明
摘要: markdown的使用说明 参考链接 一、标题 语法:# (一级标题) ## (二级标题) ### (三级标题) ...... 代码: # 这是一级标题 ## 这是二级标题 效果: 这是一级标题 这是二级标题 快捷键: Ctrl+数字1~6可以快速将选中的文本调成对应级别的标题 Ctrl+0可以快速
阅读全文
posted @ 2023-03-02 11:35 kht
阅读(114)
评论(0)
推荐(0)
2023年2月23日
k8s常用设置
摘要: 一、查看k8s集群kube-proxy的代理模式 1.访问kube-proxy的接口 与 iptables 模式下的 kube-proxy 相比,IPVS 模式下的 kube-proxy 重定向通信的延迟要短,并且在同步代理规则时具有更好的性能。 与其他代理模式相比,IPVS 模式还支持更高的网络流
阅读全文
posted @ 2023-02-23 11:18 kht
阅读(434)
评论(0)
推荐(0)
2023年2月20日
springcloud
摘要: 
阅读全文
posted @ 2023-02-20 14:33 kht
阅读(16)
评论(0)
推荐(0)
2023年1月13日
docker常用命令
摘要: 一、镜像打包 #1.将容器打包成镜像 docker commit 容器ID 镜像名称:镜像版本 docker commit 67b3481a8a06 pv_build:1.0 #2.将镜像打成tar包 docker save -o 打包名称.tar 镜像名称:镜像版本 docker save -o
阅读全文
posted @ 2023-01-13 15:19 kht
阅读(171)
评论(0)
推荐(0)
2023年1月9日
centos7 安装vnc服务端
摘要: 一、安装图形界面 #1.安装图形用户界面接口X Window System yum groupinstall "X Window System" #2.卸载命令 yum groupremove "X Window System" #3.安装图形用界面gnome yum groupinstall "G
阅读全文
posted @ 2023-01-09 14:00 kht
阅读(940)
评论(0)
推荐(0)
2022年11月23日
centos7安装mysql-5.6.51-linux-glibc2.12-x86_64.tar.gz
摘要: ####1.查询是否有残留软件 [root@kht118 kht]# rpm -aq|grep mysql [root@kht118 kht]# rpm -aq|grep mariadb mariadb-libs-5.5.65-1.el7.x86_64 [root@kht118 kht]# yum
阅读全文
posted @ 2022-11-23 10:32 kht
阅读(530)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
10
下一页