Instructions:
curl -o aws-iam-authenticator.sha256 https://amazon-eks.s3.us-west-2.amazonaws.
mkdir -p $HOME/bin && cp ./aws-iam-authenticator $HOME/bin/aws-iam-authenticator && export PATH=$PATH:$HOME/bin
Before running the terraform commands:
- configure your enviroment with your AWS access key and secret access key.
- use the command AWS configure to enter access key and secret access key
- clone the repository to your envirment with the git clone command
- cd into amelieolga
- run terraform init
- run terraform plan
- run terraform apply --auto-approve
- run kubectl get nodes to see if your nodes are running
- run kubectl get po to see your application running