ec2metaproxy
ec2metaproxy copied to clipboard
EC2 instance metadata proxy for linux containers
I brought up an use case for the proxy within Kubernetes. See comment at https://github.com/kubernetes/kubernetes/issues/14226#issuecomment-184328220 Would it be feasible or even OK to turn the proxy into a library that...
An idea from https://github.com/kubernetes/kubernetes/issues/14226#issuecomment-184328220: For network=host containers, > it could look up the connection in /proc/net/tcp/\* instead and match that against the /proc/*/fd/ symlinks, like lsof does. That's expensive, unless...