摘要: Kubernetes v1.24.3 官网链接: https://github.com/kubernetes/ingress-nginx/tree/main/deploy/static/provider/baremetal 3个镜像均需要替换国内镜像 apiVersion: v1 kind: Nam 阅读全文
posted @ 2022-07-31 15:08 yy9knsg 阅读(43) 评论(0) 推荐(0)
摘要: Kubernetes v1.24.3 apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: aaaaa-ingress namespace: aaa annotations: kubernetes.io/ingress.clas 阅读全文
posted @ 2022-07-31 15:04 yy9knsg 阅读(931) 评论(0) 推荐(0)
摘要: Kube init报错: [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This 阅读全文
posted @ 2022-07-24 14:22 yy9knsg 阅读(6698) 评论(0) 推荐(0)
摘要: ![](https://img2022.cnblogs.com/blog/2844020/202206/2844020-20220618163454020-912605635.png) ![](https://img2022.cnblogs.com/blog/2844020/202206/2844020-20220618163503159-520452930.png) ![](https://im 阅读全文
posted @ 2022-06-18 16:36 yy9knsg 阅读(42) 评论(0) 推荐(0)
摘要: docker-compose启动两个容器,prometheus不暴露外部端口,grafana暴露端口为3000 查看prometheus容器内hostname 在grafana页面配置data source 中,地址写为http://prometheus:9090 阅读全文
posted @ 2022-06-15 10:25 yy9knsg 阅读(322) 评论(0) 推荐(0)
摘要: 修改prometheus中node-exporter端口 因其他业务已占用9100端口,需修改为其他端口 # 启动时指定端口 $ nohup ./node_exporter --web.listen-address=:7100 & 非特殊说明,本博所有文章均为博主原创。 如若转载,请注明出处:htt 阅读全文
posted @ 2022-06-12 15:11 yy9knsg 阅读(3253) 评论(0) 推荐(0)
摘要: firewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 0 -p ICMP --icmp-type timestamp-request -m comment --comment "deny ICMP timestamp" -j D 阅读全文
posted @ 2022-06-08 09:06 yy9knsg 阅读(376) 评论(0) 推荐(0)
摘要: docker registry容器官方地址:https://hub.docker.com/_/registry 运行容器 $ docker run -d -p 5000:5000 --restart always --name registry registry:2 本地使用容器 $ docker 阅读全文
posted @ 2022-05-25 20:48 yy9knsg 阅读(39) 评论(0) 推荐(0)
摘要: 漏洞名称 建议解决办法 Traceroute探测漏洞 在防火墙出站规则中禁用echo-reply(type 0)、time-exceeded(type 11)、destination-unreachable(type 3)类型的ICMP包。 ICMP timestamp请求响应漏洞 * 在您的防火墙 阅读全文
posted @ 2022-05-10 20:08 yy9knsg 阅读(3254) 评论(0) 推荐(0)
摘要: ![](https://img2022.cnblogs.com/blog/2844020/202205/2844020-20220504094949145-1008802941.jpg) ![](https://img2022.cnblogs.com/blog/2844020/202205/2844020-20220504094958250-1999194141.jpg) ![](https:// 阅读全文
posted @ 2022-05-04 09:52 yy9knsg 阅读(14) 评论(0) 推荐(0)