I have k8s cluster with 1000 of services and high internal network communication. I want to monitor all HTTP requests (status code, response time, ...) between them. I already tried istio and Linkerd but both need sidecar containers and cause performance issue. Linkerd doesn't have full time monitoring and istio send 502 some times.
Can I get internal network logs like nginx syslogs?