README 557 B

12345678910111213141516171819202122232425
  1. minikube
  2. Local Kubernetes, focused on application development & education
  3. As of today bare-metal runs are only supported on systemd enabled
  4. systems. You will need either docker, virtualbox or podman
  5. (experimental) to run minikube VMs.
  6. Depending on the driver of choice run it as either:
  7. minikube start --driver=docker
  8. or
  9. minikube start --driver=virtualbox
  10. or (experimental)
  11. minikube start --driver=podman --container-runtime=cri-o
  12. as a non-root user.
  13. kubectl is required to administer your cluster but is not required for
  14. the installation.