From the course: Running Kubernetes on AWS (EKS)
Unlock this course with a free trial
Join today to access over 25,600 courses taught by industry experts.
Install eksctl on macOS
From the course: Running Kubernetes on AWS (EKS)
Install eksctl on macOS
- [Instructor] The next command line tool you will need to install for this course is EKS Control, which allows you to create and manage Kubernetes clusters, using the AWS Elastic Kubernetes service, also known as EKS. Go to the installing or updating eks control page in the official AWS documentation. As you scroll down, you'll see instructions for three different operating systems. Click on the tab for macOS. Like before, there's more than one method for download, but you want to use Homebrew. Copy the brew command, and then paste it in your terminal application. Like the other installations, this may take a while. To see if the tool was properly installed, run the command eksctl. If you see this list of commands, it means your installation was successful. EKS Control is a command line tool designed to help you create and manage elastic Kubernetes service clusters, so it only works with AWS. Great work. You have…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
Install AWS CLI on Windows1m 47s
-
(Locked)
Install AWS CLI on Linux3m 2s
-
(Locked)
Install AWS CLI on macOS1m 29s
-
(Locked)
Install kubectl on Windows1m 15s
-
(Locked)
Install kubectl on Linux1m 36s
-
(Locked)
Install kubectl on macOS1m 17s
-
(Locked)
Install eksctl on Windows1m 15s
-
(Locked)
Install eksctl on Linux1m 37s
-
(Locked)
Install eksctl on macOS1m 22s
-
-
-
-