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

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…

Contents