minikube/docs
kairen 83a50d99ac Reflect current state for addons in addons.md 2017-11-04 17:26:56 +08:00
..
contributors Improve adding_an_addon.md guide 2017-11-02 10:47:46 +08:00
README.md
accessing_etcd.md Added VirtualBox driver header 2017-11-01 08:40:35 -07:00
addons.md Reflect current state for addons in addons.md 2017-11-04 17:26:56 +08:00
alternative_runtimes.md
configuring_kubernetes.md Add configurator docs for kubeadm 2017-10-17 15:34:42 -07:00
debugging.md
drivers.md Update drivers.md 2017-09-03 13:53:42 +01:00
env_vars.md
host_folder_mount.md
http_proxy.md
insecure_registry.md
networking.md
persistent_volumes.md
reusing_the_docker_daemon.md Delete the hyperlink of docker-env command. 2017-07-27 14:03:23 +08:00

README.md

Advanced Topics and Tutorials

Cluster Configuration

  • Alternative Runtimes (alternative_runtimes.md): How to run minikube with rkt as the container runtime

  • Environment Variables (env_vars.md): The different environment variables that minikube understands

  • Minikube Addons (addons.md): Information on configuring addons to be run on minikube

  • Configuring Kubernetes (configuring_kubernetes.md): Configuring different Kubernetes components in minikube

Installation and debugging

  • Driver installation (drivers.md): In depth instructions for installing the various hypervisor drivers

  • Debugging minikube (debugging.md): General practices for debugging the minikube binary itself

Developing on the minikube cluster

Storage

  • Persistent Volumes (persistent_volumes.md): Persistent Volumes in Minikube and persisted locations in the VM

  • Host Folder Mounting (host_folder_mount.md): How to mount your files from your host into the minikube VM

Networking

  • HTTP Proxy (http_proxy.md): Instruction on how to run minikube behind a HTTP Proxy

  • Insecure or Private Registries (insecure_registry.md): How to use private or insecure registries with minikube

  • Accessing etcd from inside the cluster (accessing_etcd.md)

  • Networking (networking.md): FAQ about networking between the host and minikube VM