kube-prometheus监控MySQL

部署MySQL5.7 [root@harbor monitoring]# cat mysql.yaml apiVersion: v1 kind: Namespace metadat…

kube-prometheus监控Redis

监控方案一: 部署redis-exporter及serviceMonitor [root@harbor ~]# helm repo add bitnami https://char…

Ubuntu 18.04 修复重启sysctl 失效

如禁用ipv6 vim /etc/sysctl.d/99-sysctl.conf net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.…

grep 批量查询中文文件名

grep -P '[\x{4e00}-\x{9fa5}]' file.txt root@demo18:~# find . -type f | grep -P &…

Ubuntu 16.04 编译PHP7.1时出现:collect2: error: ld returned 1 exit status make: *** [sapi/cli/php] Error 1

collect2: error: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 vi Makefile 查找…

USG6300E 防火墙宽带拨号上网跑不满解决

USG 6300E Wan0 千兆网口 光猫拨号上网 带宽速率跑不满,测速700多M,速率损耗有点严重,一般千兆在900多M范围内那个损耗接受。 电信签约电信为2000M,电脑网卡…

helm kube-prometheus-stack 部署

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts [roo…

Nexus3仓库Docker Compose部署

docker-compose.yaml version: "3.3" services: nexus: image: sonatype/nexus3:3.70.…

pv bound to non-existent persistentvolume

[root@harbor yaml]# kubectl apply -f 05_mysql.yaml service/mysql created statefulset.apps/…

Kubernetes Ingress Helm 部署

https://kubernetes.github.io/ingress-nginx/ Install https://kubernetes.github.io/ingress-n…

1 4 5 6 14