kubernetes internal network monitoring without any sidecar

2/20/2020

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?

-- sadegh
calico
istio
kubernetes
linkerd
nginx

0 Answers