https://github.com/osquery/osquery logo
Title
j

James Carr

08/07/2019, 2:58 PM
How hard is it to deploy fleet onto kubernetes?
s

stefanmaerz

08/07/2019, 3:09 PM
Not hard at all. Its designed to run in kube.
there are fleet containers up on dockerhub as well
g

Guy

08/08/2019, 2:23 PM
took me a while but I got it working if you need any help
h

hilt

06/03/2020, 3:07 AM
@Guy can you share your ingress / ingress controller config (or relevant portions) please? I’ve deployed fleet with cert-manager and nginx-ingress and while I can access the fleet ui, launcher is giving me errors related to unexpected texthtml. I’ve tried `
<http://nginx.ingress.kubernetes.io/backend-protocol|nginx.ingress.kubernetes.io/backend-protocol>: GRPC
`
I’ve managed to get it working without an ingress controller by terminating ssl on the fleet pod and exposing the port using service of type loadbalancer