Add documentation on accessing host resources

pull/2144/head
Franz Beltran 2017-10-13 14:50:53 +08:00 committed by dlorenc
parent 7ed6005911
commit cfc91ed7fb
1 changed files with 3 additions and 1 deletions

View File

@ -8,4 +8,6 @@ localkube host ip: 10.0.2.15
You can use the host-ip:`10.0.2.15` to access localkube's resources, for example its etcd cluster. In order to access etcd from within a pod, you can run the following command inside:
```shell
curl -L -X PUT http://10.0.2.15:2379/v2/keys/message -d value="Hello"
```
```
## Accessing Host Resources From Inside A Pod
In order to access host resources from inside a pod, IP address `192.168.99.1` must be used.