• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






会飞の鱼

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 41 下一页

2018年5月21日

dns server 配置
摘要: # cat /etc/named.conf//// named.conf//// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS// server as a caching only nameserver 阅读全文
posted @ 2018-05-21 21:44 会飞の鱼 阅读(489) 评论(0) 推荐(0)
 

2018年5月20日

etcd 集群恢复
摘要: 七个节点,挂了5个,etcd无法访问 参考: https://coreos.com/etcd/docs/latest/op-guide/recovery.html 此次我只恢复了v3的数据 在存活的节点上 export ETCDCTL_API=3 alias etcdctl="etcdctl --e 阅读全文
posted @ 2018-05-20 17:32 会飞の鱼 阅读(405) 评论(0) 推荐(0)
 
etcd ui
摘要: https://github.com/henszey/etcd-browser docker build --build-arg http_proxy=http://109.105.4.17:3128 --build-arg https_proxy=http://109.105.4.17:8119 阅读全文
posted @ 2018-05-20 12:45 会飞の鱼 阅读(504) 评论(0) 推荐(0)
 

2018年5月18日

powerdns
摘要: powerdns http://bbs.51cto.com/thread-880297-1.html https://blog.csdn.net/kepa520/article/details/79142146 http://bbs.chinaunix.net/thread-3592697-1-1. 阅读全文
posted @ 2018-05-18 20:32 会飞の鱼 阅读(189) 评论(0) 推荐(0)
 

2018年5月17日

sysdig
摘要: centos 7 安装 https://sysdig.com/opensource/sysdig/install/ 1) Trust the Draios GPG key, configure the yum repository rpm --import https://s3.amazonaws. 阅读全文
posted @ 2018-05-17 19:08 会飞の鱼 阅读(245) 评论(0) 推荐(0)
 

2018年5月15日

minikube
摘要: # lsmod |grep kvmkvm_intel 170181 0 kvm 554609 1 kvm_intelirqbypass 13503 1 kvm systemctl start libvirtd systemctl enable libvirtd # minikube start -- 阅读全文
posted @ 2018-05-15 23:57 会飞の鱼 阅读(803) 评论(0) 推荐(0)
 
proxychains 安装
摘要: 一、安装下载源码: 编译和安装: 如果执行make && make install时提示make: cc: Command not found错误 这是由于新安装的Linux系统没有安装gcc环境,需要安装gcc 二、配置proxychains-ng的配置非常简单,只需将代理加入[ProxyList 阅读全文
posted @ 2018-05-15 22:57 会飞の鱼 阅读(843) 评论(0) 推荐(0)
 
网络性能测试
摘要: 安装 阅读全文
posted @ 2018-05-15 18:04 会飞の鱼 阅读(152) 评论(0) 推荐(0)
 

2018年5月14日

Flexvolume
摘要: https://kubernetes.io/docs/concepts/storage/volumes/ https://github.com/kubernetes/community/blob/master/contributors/devel/flexvolume.md example: htt 阅读全文
posted @ 2018-05-14 20:23 会飞の鱼 阅读(221) 评论(0) 推荐(0)
 

2018年5月12日

kubectl 获取信息
摘要: 获取pod所在节点的ip kubectlget po tiller-deploy-8694f8fddc-c2rql -n kube-system -o jsonpath='{.status.hostIP}' 获取pod 所在节点的主机名 kubectl describe po tiller-depl 阅读全文
posted @ 2018-05-12 17:37 会飞の鱼 阅读(488) 评论(0) 推荐(0)
 
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 41 下一页