An open API service indexing awesome lists of open source software.

https://github.com/flix-tech/k8s-meetup-talk-2016


https://github.com/flix-tech/k8s-meetup-talk-2016

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Make sure you have the latest Virtual Box version >= 5.1.8

Please execute this command on your host to make sure you can reach the services inside the vagrant machine:

OSX:
```
sudo route -n add 10.0.0.0/24 10.10.0.2
```

Linux:
```
sudo ip route add 10.0.0.0/24 via 10.10.0.2
```

Windows:
```
route add 10.0.0.0 mask 255.255.255.0 10.10.0.2

Dashboard: http://10.0.0.3
Application: http://10.0.0.100