minikube/docs/accessing_etcd.md

12 lines
318 B
Markdown
Raw Normal View History

# Accessing Host Resources From Inside A Pod
## When you have a VirtualBox driver
2017-10-25 14:43:50 +00:00
In order to access host resources from inside a pod, run the following command to determine the host IP you can use:
2017-10-25 14:43:50 +00:00
```shell
ip addr
```
The IP address under `vboxnet1` is the IP that you need to access the host from within a pod.