GRPCRoute - Kubernetes Gateway API

GRPCRoute 实验频道 下面描述的 GRPCRoute 资源当前仅包含在 Gateway API 的 “实验” 频道中。有关发布渠道的更多信息,请参阅相关文档。 GRPCRoute 是一种网关 API 类

HTTPRoute - Kubernetes Gateway API

HTTPRoute HTTPRoute 是一种 Gateway API 类型,用于指定从 Gateway 侦听器到 API 对象(即Service)的 HTTP 请求的路由行为。 Spec HTTPRoute 的规范包括: ParentRefs - 定义此路由想要附加到哪些网关。 Ho

ReferenceGrant - Kubernetes Gateway API

ReferenceGrant Note 该资源最初命名为 ReferencePolicy。它被重命名为 ReferenceGrant 以避免与 PolicyAttachment 混淆。 ReferenceGrant 可用于在 Gateway API 中启用跨命名空间引用。特别是,路由可以将流量

tcpdump 查看 http 请求内容

tcpdump 查看 http 请求内容的几个常用命令 GET 1 tcpdump -s 0 -A -vv 'tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x47455420' POST 1 tcpdump -s 0 -A -vv 'tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x504f5354' PUT 1 tcpdump -s 0 -A -vv 'tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x50555420' PATCH 1 sudo tcpdump -s 0 -A 'tcp dst port 8080 and tcp[((tcp[12:1]