martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
5 stars 0 forks source link

Container security context hardening #1003

Open martinohmann opened 1 month ago

martinohmann commented 1 month ago

There are still some apps that do not have a proper security context set up. Where possible, containers should run with unprivileged users and a read-only root filesystem.

I should review all helm releases and adjust or add security contexts where necessary.