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 - 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
-
-
-
-
Tools we'll be using2m 31s
-
(Locked)
Preparing Windows machines2m 51s
-
(Locked)
Installing Podman Desktop on macOS7m 23s
-
(Locked)
Installing Podman Desktop on Windows4m 51s
-
(Locked)
Installing kind4m 26s
-
(Locked)
Installing Helm7m 43s
-
(Locked)
Installing AWS CLI and Azure CLI4m 35s
-
(Locked)
Installing AWS eksctl2m 41s
-
(Locked)
Configuring AWS access11m
-
(Locked)
Configuring Azure access interactively3m 42s
-
(Locked)
Configuring Azure access with a service principal2m 55s
-
-
-
-
-
-
-