Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Use cases

  • Developer runs wants to run a local copy of Labs Workbench on their laptop or a remote VM (AWS, GCE, Azure, OpenStack etc).

Options:

...

  • Minikube (works on MacOS, Windows, Linux – doesn't require Docker; doesn't work on VM)
  • Kubernetes Hyperkube (works well on VMs running Docker; doesn't work well on MacOS/Windows due to filesystem permission problems)
  • Vagrant (works on MacOS)

...

Minikube

Minikube runs Kubernetes in a single VM.

...