From the course: Kubernetes: Your First Project

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Installing AWS CLI and Azure CLI

Installing AWS CLI and Azure CLI - Kubernetes Tutorial

From the course: Kubernetes: Your First Project

Installing AWS CLI and Azure CLI

- [Instructor] Now, we're going to install the AWS and Azure CLIs on Windows and the Mac. The official instructions that AWS and Azure provide tells users to install these CLIs either via Homebrew or with this curl command that's shown here. In the case of AWS, these instructions don't work on Macs with the Apple Silicon chip. These would be most Macs manufactured after 2021 or so. Because it's significantly more difficult to install these CLIs manually, we're actually going to go with Azure's recommendation and use Homebrew to do this. In the case of the AWS CLI, if you're interested in seeing how that can be installed manually, check out the link that's shown here to go to a GitHub repository that I created that does exactly that. Let's begin by installing Homebrew. First, we're going to open a browser and visit brew.sh. There's going to be some code here in the middle of the screen. Click the clipboard link here to copy that. Next, hit command space and type in terminal to open a…

Contents