jmpsec / osctrl

Fast and efficient osquery management
https://osctrl.net
MIT License
371 stars 50 forks source link

Kubernetes deployment support #506

Open zhuoyuan-liu opened 1 week ago

zhuoyuan-liu commented 1 week ago

We have successfully deployed osctrl to our k8s cluster. The idea is to deploy the Nginx ingress as the entry point to provide mTLS/TLS termination. After that, the request was forwarded to osctrl-tls.

We also rebuilt the images using KO https://ko.build/ to minimize the vulnerability.

We currently using pure manifest with kustomization and would like to share these manifests if accepted.

javuto commented 6 days ago

This is great, please feel free to add any of these things to the project. Thank you! 🙏