Kube-score install

I am trying to get kube-score running but not able to run a few commands on AWS K8s clusters. I am following this GitHub - zegl/kube-score: Kubernetes object analysis with recommendations for improved reliability and security.

Below commands seems to be not found. Any thoughts please?

kubectl krew install score
brew install kube-score

Thanks
Sarat

Hi risksek:

krew is a plugin manager for kubectl. You may follow installation instructions provided on the project’s documentation Installation.

brew is a “package manager” for Mac OS (and Linux). The homepage offers instructions on how to install it.

Hope it helps.

Xavi