Procedure

Install a local Kubernetes tool (kind, minikube, or k3d)

Install one local Kubernetes cluster tool—kind, minikube, or k3d—via package manager or official install docs, then verify with that tool's version command.

  1. Pick one tool and install it. kind: https://kind.sigs.k8s.io/docs/user/q

    Pick one tool and install it. kind: https://kind.sigs.k8s.io/docs/user/quick-start/ — brew install kind ; winget install Kubernetes.kind ; or download the release binary. minikube: https://minikube.sigs.k8s.io/docs/start/ — brew install minikube ; winget install Kubernetes.minikube ; Linux curl binary + install to PATH. k3d: https://k3d.io/ — brew install k3d ; or curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash (review script first). Requires a container runtime (Docker/Colima/Podman) for kind/k3d.

  2. kind version 2>/dev/null || minikube version 2>/dev/null || k3d version

    kind version 2>/dev/null || minikube version 2>/dev/null || k3d version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11YF4X7FTH9PFN88F2A798G

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.