In this lab, you will prepare your environment to enable you to work with Kubernetes admission controllers and Terraform. You will install the tools you need, as well as take the provided Terraform configuration and deploy an EKS cluster that you will then use to create your admission controllers.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Install Homebrew
- Go to the Homebrew website, and copy the install command.
- Install Homebrew.
- Follow the instructions in the command line to complete the install.
- Confirm that you have successfully installed Homebrew.
- Install Needed Tools
- Install the AWS CLI.
- Install the Kubernetes CLI.
- Install Terraform.
- Deploy EKS Cluster
- Create a new access key in the AWS Management Console, and copy down your information.
- Clone the course repo.
- Move into the
eks
directory. - Initialize your working directory.
- Apply the Terraform configuration.
Note: This will take 10–15 minutes.
- Configure the Kubernetes CLI to interact with your EKS cluster.
- Confirm you are connected to your cluster.