Skip to content

Prerequisites

We've tested and developed all labs on Ubuntu 20.04.4 Linux WSL. Make sure you have the following installed before going through the labs.

As an alternative to the instructions below, some or all of these might be in your package manager.

  • aws CLI per AWS Docs

    sudo apt install unzip
    curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
    unzip awscliv2.zip
    sudo ./aws/install
    
  • Kubectl

    curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
    sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
    kubectl version --client
    
  • tar is installed (should be part of your Linux OS)

the link to video demonstration of the steps.