加载中...
呼呼哈嘿
Nginx 1.78编译安装 Nginx 1.78编译安装
一 安装1.1 安装所以要依赖yum -y install gcc gcc-c++ lrzsz pcre-devel zlib-devel openssl openssl-devel 1.2 解压文件curl -O http://kode
2022-06-08
Ansible部署squid代理 Ansible部署squid代理
Ansible部署squid代理squid ansible部署文档 --- - hosts: vps.1 remote_user: root tasks: - name: install squid yum:
2022-06-08
Nginx代理添加缓存 Nginx代理添加缓存
添加配置nginx.conf添加缓存配置 proxy_cache_path /data/cache levels=1:2 keys_zone=cache_one:200m inactive=1d max_size=30g; nginx 子
2022-06-08
Goproxy 代理部署 Goproxy 代理部署
goproxy安装配置(这次下载的是商业版本的) curl -L https://mirrors.host900.com/https://github.com/snail007/goproxy/blob/master/install_aut
2022-06-08
记录一个nacos部署报错处理过程 记录一个nacos部署报错处理过程
K8s默认只有ready的pod才能被作为svc的后端,但有时希望即使pod没有准备就绪,服务发现机制也能够发现所有匹配服务标签选择器的pod针对这个需求可以配置一个注释 service.alpha.kubernetes.io/tolera
2022-06-08
Fortio压测工具配置 Fortio压测工具配置
一.Fortio简介Fortio这个名字来自希腊语φορτίο,意思是负载/负担。最初是Istio的负载测试工具,现在为独立的项目。 Fortio是一个快速,小型(3Mb docker映像,具有最小的依赖性),可重用,可嵌入的go
2022-06-08
记录一个Ceph集群数据卷挂载的问题 记录一个Ceph集群数据卷挂载的问题
当我们用ceph做k8s的动态存储时,特别是使用rdb存储,在pod重启是总会遇到无法挂载pvc的问题 关键报错 MountVolume.WaitForAttach failed for volume "pvc-9bb7c438-2328-
2022-06-08
Promethues通过node_export监控linux服务器 Promethues通过node_export监控linux服务器
1.node_export下载这里直接使用wget下载,也可以通过官网下载https://prometheus.io/download/#node_exporter wget https://github.com/prometheus/no
2022-06-08
Prometheus通过Pushgateway监控网络链路 Prometheus通过Pushgateway监控网络链路
1.docker启动pushgateway docker run -itd --name PushGateway -p 9091:9091 prom/pushgateway 2.服务器内编写脚本监控网络并将格式转化为prometheus
2022-06-08
9 / 14