Local Cluster On Windows
Run a local Kubernetes cluster on Windows with kind for athena-operator development and testing.
The easiest local setup for athena-operator on Windows is kind running on Docker Desktop.
Prerequisites
- Docker Desktop running
kubectlkind
Verify the tools first:
docker version
kubectl version --client
kind versionCreate The Cluster
kind create cluster --name athenaVerify:
kubectl config current-context
kubectl get nodesDelete The Cluster
kind delete cluster --name athena