Skip to content
View amelieolga's full-sized avatar

Block or report amelieolga

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
amelieolga/README.md

Instructions:

Install aws IAM authenticator download before you can interact with your cluster

curl -o aws-iam-authenticator.sha256 https://amazon-eks.s3.us-west-2.amazonaws.

com/1.21.2/2021-07-05/bin/linux/amd64/aws-iam-authenticator.sha256

chmod +x ./aws-iam-authenticator

mkdir -p $HOME/bin && cp ./aws-iam-authenticator $HOME/bin/aws-iam-authenticator && export PATH=$PATH:$HOME/bin

echo 'export PATH=$PATH:$HOME/bin' >> ~/.bashrc

aws-iam-authenticator help

Before running the terraform commands:

  1. configure your enviroment with your AWS access key and secret access key.
  2. use the command AWS configure to enter access key and secret access key
  3. clone the repository to your envirment with the git clone command
  4. cd into amelieolga
  5. run terraform init
  6. run terraform plan
  7. run terraform apply --auto-approve
  8. run kubectl get nodes to see if your nodes are running
  9. run kubectl get po to see your application running

Popular repositories Loading

  1. amelieolga amelieolga Public

    Config files for my GitHub profile.

    HCL

  2. ebay ebay Public

    Java

  3. maven-web-application maven-web-application Public

    Java

  4. helm25demo helm25demo Public

  5. terraform-eks terraform-eks Public

    Forked from LandmakTechnology/terraform-eks

    HCL

  6. kubernetes-notes kubernetes-notes Public

    Forked from LandmakTechnology/kubernetes-notes

    HCL