Start a local Kubernetes cluster with Minikube
AWX runs inside Kubernetes — a system that manages containers. Minikube creates a small, self-contained Kubernetes cluster on your own machine so you do not need a cloud account. The flags below give it enough memory and CPU to actually run AWX without crashing.
Minikube fails to start because Docker is not running
Run 'sudo systemctl start docker' then retry the command
