|
|
|
|
|
by kenny_r
2379 days ago
|
|
They're marketing this as a "mini-cloud". If it can only network through NAT, that eliminates all use cases where the VM instances would act as a server. I'm a sysadmin, so I like tools like this to test out provisioning of servers with configuration management such as Ansible or Puppet. Running tests at the end where I actually test the endpoints of the deployed services would be really nice to have, but impossible to do through NAT. I guess that's a niche use case for this because Vagrant had the same issue for a long time, where setting up a bridged network was not possible or required some hacks. |
|
Think about this as if you want to carry around 3-4 hosts running different services and interacting with each other... on your laptop.
You don't really want bridged networking, because you connect to a different network and screw up the entire environment with different numbering, etc.
This way you can be on a plane without network access and still get work done, or carry a complete demonstration environment to a customer site, or...