Y
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
raesene9
1692 days ago
If you're deploying containers in Kubernetes, that's what network policy will do for you :)
link
blorgle
1692 days ago
network namespaces and any reverse proxy :)
link