yelang_001

2024年12月17日

拉取dockerhub镜像

摘要: 利用github拉取镜像 1、在github仓库里添加DOCKERFILE文件 2、配置action 3、配置私有仓库地址 用户 密码 阅读全文

posted @ 2024-12-17 16:48 yelang_001 阅读(9) 评论(0) 推荐(0) 编辑

2022年9月29日

linkerd安装

摘要: linkerd 是一种开源的服务网络工具,今天抽时间研究了一下。 安装命令 下载工具 curl --proto '=https' --tlsv1.2 -sSfL https://run.linkerd.io/install | sh 检查 linkerd check 安装 linkerd insta 阅读全文

posted @ 2022-09-29 16:24 yelang_001 阅读(58) 评论(0) 推荐(0) 编辑

2022年9月27日

minikube

摘要: ubuntu22 搭建minikube 环境 docker 20.10.18 目前只能kubernetes1.24以下正常启动,以上的版本启动一直失败不知道啥原因。 minikube tunnel \\可以直接外部访问minikube start --kubernetes-version=v1.23 阅读全文

posted @ 2022-09-27 18:07 yelang_001 阅读(147) 评论(0) 推荐(0) 编辑

2022年9月26日

ecapture可直接抓取ssl tls数据

摘要: 一个不错的抓包工具 install wget https://github.com/ehids/ecapture/releases/download/v0.4.3/ecapture-v0.4.3-linux-x86_64.tar.gz tar -zxvf ecapture-v0.4.3-linux- 阅读全文

posted @ 2022-09-26 14:40 yelang_001 阅读(205) 评论(0) 推荐(0) 编辑

2022年9月23日

es集群安装elasticsearch-analysis-ik

摘要: ES是用helm直接安装到K8S集群中,需要按照elasticsearch-analysis-ik插件。 进入到master的容器 进入到client的容器 进入到data的容器 都要执行下面命令,安装不完整会导致创建索引失败。 ./bin/elasticsearch-plugin install 阅读全文

posted @ 2022-09-23 10:17 yelang_001 阅读(166) 评论(0) 推荐(0) 编辑

2022年9月15日

traefik2 规则及中间件配置

摘要: 好久没有写了, 今天记录一下traefik2的规则及中间件使用配置 1、配置多域名和路径指定同一server - traefik.http.routers.admin.rule=Host(\`admin.example.com\`) && PathPrefix(\`/\`) - traefik.ht 阅读全文

posted @ 2022-09-15 17:18 yelang_001 阅读(193) 评论(0) 推荐(0) 编辑

2022年8月15日

fnm node版本管理工具

摘要: 推荐一款小巧好用的node管理工具 Fast Node Manager (fnm) 安装 (注意添加永久环境变量) # 初始安装 curl -fsSL https://fnm.vercel.app/install | bash # 后续升级 curl -fsSL https://fnm.vercel 阅读全文

posted @ 2022-08-15 17:19 yelang_001 阅读(815) 评论(0) 推荐(0) 编辑

2022年8月12日

treafik2+swarm搭建运维平台

摘要: 思维导图 直接上搭建命令 环境依赖 用vmware搭建三台ubuntu主机,配置固定ip并安装好docker。 master 192.168.154.200 node1 192.168.154.201 node2 192.168.154.202 一、搭建swarm环境 1、初始化swarm集群 do 阅读全文

posted @ 2022-08-12 17:47 yelang_001 阅读(237) 评论(0) 推荐(0) 编辑

2022年8月11日

阿里云恢复ES数据

摘要: 今天忙啊 不知道谁手欠把索引删除了 一下就忙了 幸好是阿里云的ES 有啥提工单 还是可以解决的 记录一下过程 查看所有备份 GET _snapshot/aliyun_auto_snapshot/_all 查看用于恢复的快照信息 GET _snapshot/aliyun_auto_snapshot/e 阅读全文

posted @ 2022-08-11 17:35 yelang_001 阅读(51) 评论(0) 推荐(0) 编辑

2022年8月10日

vmware和windows共享文件夹

摘要: 1、在vmware开启共享文件 2、执行一下命令检查是否存在 vmware-hgfsclient 3、挂载到/mnt vmhgfs-fuse .host:gitworkspace /mnt 阅读全文

posted @ 2022-08-10 14:11 yelang_001 阅读(300) 评论(0) 推荐(0) 编辑

< 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

导航

统计

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