会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
litzhiai
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
20
下一页
2019年11月27日
学习参考
摘要: https://mp.weixin.qq.com/s/7o8QxGydMTUe4Q7Tz46Diw
阅读全文
posted @ 2019-11-27 10:34 大川哥
阅读(107)
评论(0)
推荐(0)
2019年11月26日
K8s创建pod yaml文件详解
摘要: kubernetes创建pod的yaml文件,参数说明 apiVersion: v1 #指定api版本,此值必须在kubectl apiversion中 kind: Pod #指定创建资源的角色/类型 metadata: #资源的元数据/属性 name: web04-pod #资源的名字,在同一个n
阅读全文
posted @ 2019-11-26 19:53 大川哥
阅读(8534)
评论(1)
推荐(0)
2019年11月15日
Pod控制器及其功用
摘要: Pod控制器及其功用 https://www.cnblogs.com/linuxk/p/9578211.html Kubernetes学习之路(十二)之Pod控制器--ReplicaSet、Deployment https://www.cnblogs.com/linuxk/p/9578211.htm
阅读全文
posted @ 2019-11-15 16:15 大川哥
阅读(215)
评论(0)
推荐(0)
2019年11月14日
redis管理平台介绍 转至元数据结尾-cachecloud
摘要: redis-3.2.13.tar.gz https://github.com/sohutv/cachecloud/ 1、安装启动 1.1 安装mysql 安装mysql数据库并初始化cachecloud.sql脚本 1.2 安装jdk 1.7.0_80 1.3 编译部署启动 在cachecloud根
阅读全文
posted @ 2019-11-14 14:54 大川哥
阅读(343)
评论(0)
推荐(0)
k8s蓝绿
摘要: 实现原理: 通过一个service选择标签版本号实现蓝绿不同版本的切换并结合ingress暴露服务。 一、1.0版(蓝) blue.yaml apiVersion: apps/v1beta1 kind: Deployment metadata: name: web-1.0 spec: replica
阅读全文
posted @ 2019-11-14 14:31 大川哥
阅读(349)
评论(0)
推荐(0)
2019年11月4日
nginx总结
摘要: log_format⽤用于设置⽇日志格式,格式为log_format 格式名 样式配置字段http默认的combinedlog_format combined '$remote_addr - $remote_user [$time_local] '' "$request" $status $body
阅读全文
posted @ 2019-11-04 13:54 大川哥
阅读(286)
评论(0)
推荐(0)
2019年7月11日
promethues监控 之 TCP连接数
摘要: 1. TCP Segments type: GraphUnit: shortLabel: Segments out (-) / in (+)InCsumErrors - 接收的带有校验和错误的报文数(5分钟内)metrics:irate(node_netstat_Tcp_InCsumErrors{i
阅读全文
posted @ 2019-07-11 14:12 大川哥
阅读(6389)
评论(0)
推荐(1)
2019年5月22日
制作私有ssl证书
摘要: 1.编译安装nginx 安装前准备: service iptables stop setenforce 0 yum -y install pcre-devel zlib-devel useradd -M -s /sbin/nologin nginx 上传nginx源码包后 tar xf nginx-
阅读全文
posted @ 2019-05-22 15:27 大川哥
阅读(2270)
评论(0)
推荐(0)
2019年5月14日
redis命令
摘要: 查询查询key个数sqlite>select count(*) from memory;查询总的内存占用sqlite> select sum(size_in_bytes) from memory;查询内存占用最高的10个keysqlite>select * from memory order by
阅读全文
posted @ 2019-05-14 09:38 大川哥
阅读(163)
评论(0)
推荐(0)
2019年5月13日
Jenkins脚本命令
该文被密码保护。
阅读全文
posted @ 2019-05-13 13:44 大川哥
阅读(1)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
20
下一页
公告