Stories
Slash Boxes
Comments

SoylentNews is people

posted by CoolHand on Wednesday June 24 2015, @12:02AM   Printer-friendly
from the address-muncher dept.

It seems weird that in this era of virtual everything that a number is hard to come by. The restrictions are real, however, because AWS restricts artificially the number of IP addresses you can bind to an interface on your VM. You have to buy a bigger VM to get more IP addresses, even if you don't need extra compute. Also, IPv6 is nowehre to be seen on the clouds, so addresses are more scarce than they need to be in the first place.

So the key problem is that you want to find a way to get tens or hundreds of IP addresses allocated to each VM.

Most workarounds to date have involved "overlay networking". You make a database in the cloud to track which IP address is attached to which container on each host VM. You then create tunnels between all the hosts so that everything can talk to everything. This works, kinda. It results in a mess of tunnels and much more complex routing than you would otherwise need. It also ruins performance for things like multicast and broadcast, because those are now exploding off through a myriad twisty tunnels, all looking the same.

The Fan is Canonical's answer to the container networking challenge.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by c0lo on Wednesday June 24 2015, @03:11AM

    by c0lo (156) Subscriber Badge on Wednesday June 24 2015, @03:11AM (#200219) Journal

    (hint be explicit, Mark..) has bungled up IP handling in a bad way and now we bungle up the IP stack in response to that?

    The Fan is Canonical's answer to the container networking challenge.

    Well, let them, buy popcorn and wait for the moment the shit hits Canonical's creation.

    --
    https://www.youtube.com/watch?v=aoFiw2jMy-0 https://soylentnews.org/~MichaelDavidCrawford
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 2) by kaszz on Wednesday June 24 2015, @10:07AM

    by kaszz (4211) on Wednesday June 24 2015, @10:07AM (#200310) Journal

    In the meantime downstream distributions have to fend of that piece of spaghetti code. Well unless they already abandoned it for a systemd-free source tree.