Yogender Chandra, PhD
Yogender Chandra, PhD
Hello @cratelyn Not really. I am not interested in logs. The code i provided is to reproduce the problem. The real issue: ``` #No postgerSQL in the edges: linkerd viz...
Hello @olix0r seems traffic do reach proxy on postgres pod, but why its not shown in the edge: ``` linkerd diagnostics proxy-metrics pod/postgres-0 -n dblin | grep 5432 inbound_tcp_authz_allow_total{target_addr="10.244.0.11:5432",target_ip="10.244.0.11",target_port="5432",srv_group="",srv_kind="default",srv_name="all-unauthenticated",srv_port="5432",authz_group="",authz_kind="default",authz_name="all-unauthenticated",tls="true",client_id="default.dblin.serviceaccount.identity.linkerd.cluster.local"} 3...
hello thanks for the direction. Makes sense. One more question: I have created a pod: ``` kubectl apply -f apiVersion: v1 kind: Pod metadata: name: debug namespace: dblin labels: app:...