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

Ashish Maikhuri

02/13/2023, 4:39 PM
Hi Team, Newbie here, wanted to know Fleet server is Stateful Application or stateless application?
@Kathy Satterlee
k

Kathy Satterlee

02/13/2023, 4:48 PM
Communication between the server and hosts is stateless, but WebSocket is between the server and client (
fleetctl
or the Fleet UI) when running live queries.
a

Ashish Maikhuri

02/13/2023, 5:01 PM
@Kathy Satterlee If we deploy multiple Fleet server and load_balance them behind HA proxy with (round robin algo), will it work, Below template i am trying to make:
k

Kathy Satterlee

02/13/2023, 5:03 PM
Shouldn’t be a problem, it’s fairly common to run multiple Fleet instances behind a proxy.
2 Views