I am following the tutorial by Thibault's blog showing how to locally setup kubernetes with a nginx service in which the URL below links to the tutorial. http://tdeheurles.github.io/how-to-run-local-kubernetes/ <http://tdeheurles.github.io/how-to-run-local-kubernetes/>
The issue I am having trouble with is the nginx service. The nginx service should get the IPv4 address of my Wireless LAN adapter. Essentially, I want a bridged connection that will get the same IP address displayed for the Wireless LAN adapter for the nginx service. For example, if I were to get a IP of *8.22.108.49* on my personal computers Wireless LAN adapters interface; the IP of the service should be the same IP. <https://lh3.googleusercontent.com/-NzjA2aEQ3yo/V31ZtHAx2gI/AAAAAAAAABg/IchqLaQzx-gvO76Ev0dPj2ZIoCx_LwHsQCLcB/s1600/Network.PNG> I know in the Google cloud you can issue a *--expose-ip=* command and list a external IP, but no such commands are available to the local docker version of kubernetes. Any help would be much appreciated. Thank you. Sean -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
