https://github.com/osquery/osquery logo
#fleet
Title
# fleet
p

peanut butter

05/16/2022, 6:44 PM
hi everyone, how can i check if fleet server is connected to the load balancer?
l

Lucas Rodriguez

05/16/2022, 6:57 PM
Hi @peanut butter, let me check with the team and I'll get back to you. We are discussing something similar in https://osquery.slack.com/archives/C01DXJL16D8/p1652641454717579.
z

zwass

05/16/2022, 7:28 PM
Note that the load balancer connects to Fleet, not the other way around. You need to make sure your load balancer is configured to be aware of each running Fleet server so that connections can be routed to them.
r

Robert Fairburn

05/16/2022, 7:36 PM
Fleet also has a
/healthz
endpoint that can be used in the health-checking portion of your load balancer for it to determine if it can use a particular Fleet backend. Almost any modern load balancer will support this. See https://fleetdm.com/docs/using-fleet/monitoring-fleet#health-checks for what the responses are for healthy vs unhealthy.
j

Jason

05/17/2022, 12:53 AM
Reading between the lines. Have you deployed fleet and are unsure if clients are being blocked by a corporate firewall or load balancer ?
💯 1
5 Views