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

nick fury

12/31/2022, 4:35 PM
I have deployed fleet on Kubernetes, should I use Redis cluster or a single instance?
b

Benjamin Edwards

01/01/2023, 1:55 AM
Fleet is compatible with either. Really depends on scale (how many hosts are registered, and how frequently are large live queries run), and if you feel like you need Redis deployed in a highly available manner. Generally I’d say it’s perfectly fine to use a single instance unless you need to run cluster mode for the stated or other reasons.
n

nick fury

01/01/2023, 11:37 AM
i mean I'm having something like 10000 hosts online at max
b

Benjamin Edwards

01/01/2023, 11:11 PM
I think a single node is fine with adequate resources