You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,30 +14,35 @@ $ docker-compose up -d --build
14
14
15
15
### Minikube
16
16
17
-
Install and run [Minikube](https://kubernetes.io/docs/setup/minikube/).
17
+
Install and run [Minikube](https://kubernetes.io/docs/setup/minikube/):
18
18
19
-
#### [Hyperkit](https://github.com/moby/hyperkit) Example
19
+
1. Install a [Hypervisor](https://kubernetes.io/docs/tasks/tools/install-minikube/#install-a-hypervisor) (like [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [HyperKit](https://github.com/moby/hyperkit)) to manage virtual machines
20
+
1. Install and Set Up [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) to deploy and manage apps on Kubernetes
0 commit comments