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: docs/quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ solutions:
11
11
12
12
*[minikube](https://github.com/kubernetes/minikube/releases), which creates a
13
13
single-node K8s cluster inside a VM (requires KVM or VirtualBox),
14
-
*[kind](https://kind.sigs.k8s.io/), which allows creating multi-nodes K8s
14
+
*[kind](https://kind.sigs.k8s.io/) and [k3d](https://k3d.io), which allows creating multi-nodes K8s
15
15
clusters running on Docker (requires Docker)
16
16
17
17
To interact with the K8s infrastructure install it's CLI runtime [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-binary-via-curl).
0 commit comments