Use homebrew to install aws kubernetes tooling
In this post you can follow the standard way installing the aws tooling with brew and do the standard process.
But the magic it’s here on https://github.com/aws/homebrew-tap repo which the people made great consolidation on what to use! Shout out to the team for creating an easy way to get ahead !
So let’s all open our terminal and do the following :
In case you don’t have homebrew installed on your mac
Installation below: https://brew.sh/
/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Then the magic :
brew install aws/k8s-tools
It works on Mac and Linux.
Cheers!