No installation required. Wozz runs directly using curl.
Version 1.19 or higher
kubectl version --clientYour kubeconfig should point to the cluster you want to audit
kubectl cluster-infoFor better resource analysis. Install with:
# macOSbrew install jq# Ubuntu/Debiansudo apt-get install jqSimply run this one-liner:
curl -sL wozz.io/audit.sh | bashThe script will:
Install kubectl: https://kubernetes.io/docs/tasks/tools/
Verify your kubeconfig:
kubectl get nodesThe script will still work but with basic counting instead of detailed analysis. Install jq for best results.