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, Insightful) by frojack on Wednesday June 24 2015, @02:47AM

    by frojack (1554) on Wednesday June 24 2015, @02:47AM (#200215) Journal

    Why is it the only bandwagon Canonical ever wanted to jump on was systemd?

    Seems like with everything else they run out and build their own version, of common things, only to have them collapse a couple years later, because the attract no interest and solve no problem not already being solved by other.

    --
    No, you are mistaken. I've always had this sig.
    Starting Score:    1  point
    Moderation   0  
       Troll=1, Insightful=1, Total=2
    Extra 'Insightful' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 2) by tibman on Wednesday June 24 2015, @06:18AM

    by tibman (134) Subscriber Badge on Wednesday June 24 2015, @06:18AM (#200251)

    They did attempt to write their own init system. It was called Upstart [wikipedia.org] and they actually shipped some distros with it until upstream went systemd.

    --
    SN won't survive on lurkers alone. Write comments.
    • (Score: 2) by Adamsjas on Wednesday June 24 2015, @04:02PM

      by Adamsjas (4507) on Wednesday June 24 2015, @04:02PM (#200443)

      I think that was exactly his point. They also did an xorg replacement, a desktop environment replacement, a cloud storage, and I seem to recall some now defunct mail transfer agents, etc. They drop them relatively quickly, but not before wasting resources on stuff that has no chance of success, and the more I read about The FAN the more obvious it is that it is going nowhere.