Arkade is a great open-source Kubernetes “market-place” project initiated by @alexellis.
The arkade
CLI provides a simple method to download your favourite devops CLIs and install helm charts, with a single command.
# Note: you can also run without `sudo` and move the binary yourself
curl -sLS https://dl.get-arkade.dev | sudo sh
# Test
arkade --help
# List available CLI tools
arkade get
# Example:
arkade get yq
# List available apps
arkade install / --help
# Example: kubernetes-dashboard
arkade install kubernetes-dashboard