-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
enhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on
Description
Is your feature request related to a problem? Please describe.
We need to force all outgoing communication through a sidecar proxy (envoy) to add certain features, headers and restrict outgoing communication on layer 7 (like domain names)
Describe the solution you'd like.
We would need a way for the init_container to run with NET_ADMIN capabilities to create the necessary iptable REDIRECT rules like:
iptables -t nat -A OUTPUT -p tcp --dport 443 -j REDIRECT --to-port 9443 -m owner --uid-owner 65534
(this is the way istio does it)
Describe alternatives you've considered.
If anyone has a different solution how to force all communication through the sidecar without changing the original container I am glad to hear it.
jacobilsoe
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on