Hacker News new | ask | show | jobs
by duckmysick 1692 days ago
> make sure that container can only talk to the proxy in front of it

Is there a tool like trivy that can help with that?

2 comments

If you're deploying containers in Kubernetes, that's what network policy will do for you :)
network namespaces and any reverse proxy :)