// free tier, no account needed

Download GrindKube

Get started in minutes. Just install, launch, and start your first lab.

macOS
Available now
1. Install Homebrew (skip if already installed):
$/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2. Install GrindKube:
$brew install --cask slycreator/tap/grindkube
Windows
Coming Soon
Download .msi
Windows support is coming soon. Join the waitlist to be notified.
Linux
Coming Soon
Download AppImage (x86_64)
Linux support is coming soon. Native .deb and .AppImage packages planned.
// prerequisites

Before you start

Docker Desktop

Required to run local clusters. Install Docker Desktop for macOS or Docker Engine for Linux.

$ brew install --cask docker
Cluster Runtime

Powers local clusters for your labs. Fast spin-up and teardown. GrindKube manages it automatically.

$ brew install kind
kubectl

The Kubernetes CLI. Used to interact with your local cluster during labs.

$ brew install kubectl
💻

Windows via WSL2

GrindKube runs on Windows through WSL2 (Windows Subsystem for Linux). Install Docker Desktop with the WSL2 backend enabled, then install and run GrindKube inside your WSL2 distribution (Ubuntu recommended). Native Windows support is on the roadmap.