Recently Updated Pages
Kubernetes Events
https://docs.fluentbit.io/manual/pipeline/inputs/kubernetes-events Config [INPUT] name ...
Kernel Logs
https://docs.fluentbit.io/manual/pipeline/inputs/kernel-logs Configuration [INPUT] Name km...
Promethus Alert Manager
Put alert message to kafka via fluent-bit. Prometheus Alert Manager v Fluent Bit HTTP Webhook ...
Nginx Logs
apiVersion: v1 kind: ConfigMap metadata: name: fluent-bit namespace: monitor selfLink: /api...
Failed to Extract Layer
Errors FATA[0006] failed to extract layer sha256:d2d4d2c16a00dd998866a33049d4a1801ba34b719f377ff...
Exec Format Error
Image architecture(x86/arm64) not match. exec /run.sh: exec format error
Load Nexus Images
import requests import json --- ## Nexus 服务器的 URL 和凭据 NEXUS_URL = "https://nexus.example.com" N...
Docker Pull/Build with VPN
TIP为什么 VPN 在 docker pull 的时候生效,但在 build 的时候不生效 这个问题的根本原因在于 Docker 架构 和 网络流量的路由方式。以下是导致这种现象的详细分析和可...
Docker Proxy
192.168.80.9 在机器上,5433 端口使用 dokcer-proxy 转发到了 pg 容器的 5432 端口。 lsof -i :5433 COMMAND PID USER...
Bridge Network
Background 客户在 K8s 的容器中调用飞书的 Webhook API。 这个接口是由外部的网关代理的,这个网关有 IP 白名单,需要添加集群中的所有节点 IP。 宿主机 IP Q...