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 Linux
From the course: Running Kubernetes on AWS (EKS)
Install eksctl on Linux
- [Instructor] The next command line tool you will need to install for this course is eksctl. This tool allows you to create and manage Kubernetes clusters using the AWS Elastic Kubernetes Service, also known as EKS. Go to the Installing or updating eksctl page in the official AWS documentation. As you scroll down, you'll see instructions for the three different operating systems. Click on the tab for Linux. There is no snap package for eksctl, so I'm going to run this curl command to download the executable, (mouse clicks) and then this command to move it to my /usr/local/bin directory. (mouse clicks) (keyboard taps) Let's run eksctl in our terminal to make sure it was properly installed. Ah, when you run eksctl, you see a list of commands which means it's properly installed. Eksctl is a command line tool designed to help you create and manage Elastic Kubernetes Service clusters, so it only works with EKS…
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
-
-
-
-