minikube/docs
Marcos Diez 5117b4846b doc update on how solve an issue with ubuntu 18.04, systemd-resolve and minikube 2019-03-26 11:55:14 -03:00
..
contributors Merge pull request #3934 from afbjorklund/more-lint 2019-03-25 21:42:21 -07:00
README.md Remove the rkt container runtime 2019-03-24 08:50:58 +01:00
accessing_etcd.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
addons.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
alternative_runtimes.md Remove the rkt container runtime 2019-03-24 08:50:58 +01:00
cache.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
configuring_kubernetes.md updated documentation 2019-03-21 06:33:46 -03:00
debugging.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
drivers.md Clean up lint and other small report card issues 2019-03-24 21:30:58 +01:00
env_vars.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
gpu.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
host_folder_mount.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
http_proxy.md Mention 192.168.39.0/24 2019-03-21 20:49:49 -07:00
insecure_registry.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
networking.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
openid_connect_auth.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
persistent_volumes.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
reusing_the_docker_daemon.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
tunnel.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
vmdriver-none.md doc update on how solve an issue with ubuntu 18.04, systemd-resolve and minikube 2019-03-26 11:55:14 -03:00

README.md

Advanced Topics and Tutorials

Cluster Configuration

  • Alternative Runtimes (alternative_runtimes.md): How to run minikube without Docker 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

  • Caching Images (cache.md): Caching non-minikube images in minikube

  • GPUs (gpu.md): Using NVIDIA GPUs on minikube

  • OpenID Connect Authentication (openid_connect_auth.md): Using OIDC Authentication on 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