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
- Host: GitHub
- URL: https://github.com/flix-tech/k8s-meetup-talk-2016
- Owner: flix-tech
- Created: 2016-11-17T15:18:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T19:55:29.000Z (over 9 years ago)
- Last Synced: 2025-02-14T04:51:12.942Z (over 1 year ago)
- Language: CSS
- Size: 2.79 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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