You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Folks
I have a question on how we configure our Nginx-Ingress(Load Balancer) for our collector deployment using Kubernetes.
Setup: Assume we have multiple collector gateway and an ingress setup which is receiving the traces and sending them to the collector. (there are n collectors which are running) Go Service ---trace--> Ingress --> collector gateway --> DB (No Collector Agent in the picture)
Problem: How do you guys setup the Ingress config so that collector gateway pod-4(assume an instance) will receive all the spans of single particular trace. (In one trace there can be multiple service spans which can be present in the different cluster too).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey Folks
I have a question on how we configure our Nginx-Ingress(Load Balancer) for our collector deployment using Kubernetes.
Setup: Assume we have multiple collector gateway and an ingress setup which is receiving the traces and sending them to the collector. (there are n collectors which are running)
Go Service ---trace--> Ingress --> collector gateway --> DB (No Collector Agent in the picture)
Problem: How do you guys setup the Ingress config so that collector gateway pod-4(assume an instance) will receive all the spans of single particular trace. (In one trace there can be multiple service spans which can be present in the different cluster too).
Beta Was this translation helpful? Give feedback.
All reactions