Search⌘ K
AI Features

EKS Prerequisites

Understand and perform the necessary setup steps to deploy Kubernetes on AWS EKS. This lesson guides you through installing Terraform and kubectl, creating AWS access keys, and preparing your environment for managing clusters using Terraform configurations.

We'll cover the following...

Prerequisites

This is the list of tasks we need to perform:

  • Download Terraform CLI and install it. You’ll also need to install and set up kubectl.

    Note: Points to remember:

    • You only need to do the task above for your local setup.
    • For this course, Terraform is already installed and the aws CLI is also accessible through the terminal.
  • Please open the ...