由于TCP需要三次握手连接,在实现正常的TCP/IP 双方通信情况下,是无法伪造来源 IP 的,也就是说,在 TCP/IP 协议中,可以伪造数据包来源 IP ,但这会让发送出去的数据包有去无回,无法实现正常的通信。
https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ 协议 https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto https://github.com/grpc/grpc/blob/v1.15.0/doc/health-checking.md https://github.com/grpc-ecosystem/grpc-health-probe/ https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto