How hard is it to deploy fleet onto kubernetes?
# kolide
j
How hard is it to deploy fleet onto kubernetes?
s
Not hard at all. Its designed to run in kube.
there are fleet containers up on dockerhub as well
g
took me a while but I got it working if you need any help
h
@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 `
Copy code
<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