TracecatHQ / tracecat

The open source Tines / Splunk SOAR alternative for security engineers.
https://tracecat.com
GNU Affero General Public License v3.0
2.43k stars 174 forks source link

Kubernetes readiness #375

Open pmig opened 3 months ago

pmig commented 3 months ago

Is your feature request related to a problem? Please describe. Tracecat has currently no easy installation method.

Describe the solution you'd like Create a Glasskube Kubernetes package.

Additional context Kubernetes package can be created based on https://docs.tracecat.com/self-hosting/deployment-options/aws-ecs

topher-lo commented 3 months ago

@pmig This would be an incredible addition! Been following Glasskube for a while now and seems super promising.

topher-lo commented 3 months ago

Adding a few more resources that will be relevant:

Also would be interested in knowing how Glasskube (if) simplifies upgrades, persistence, and secrets rotation

pmig commented 2 months ago

In order to use temporal helm charts we created an upstream fix to make sure upgrading the helm chart will not result in a failure. As database migrations are performed as job that is not cleaned up correctly, the second update will not go through as the original job is still there. Adding a ttl on the job resolves the issue. See: