Examples of creating a network of linux containers (network namespaces).
brew cask install virtualbox
brew cask install vagrant
vagrant plugin install vagrant-vbguest
sudo apt-get install virtualbox
sudo apt-get install vagrant
vagrant plugin install vagrant-vbguest
To bring up the VMs for all examples:
make vagrant-up
To check the status of the VMs for all examples:
make vagrant-status
To run the tests for all examples:
make test
To destroy the VMs for all of the examples:
make vagrant-destroy
- 2018-06 - Bristol Cloud Native: https://www.youtube.com/watch?v=mICllKv8JM4&t=1712s
- 2018-10 - Voxxed Days Bristol: https://voxxeddays.com/bristol/
- 2018-12 - KubeCon North America: https://www.youtube.com/watch?v=6v_BDHIgOY8
https://blog.scottlowe.org/2013/09/04/introducing-linux-network-namespaces/