Prepare Local Environment
Install Git client
git config --global user.name "username"
git config --global user.email "example@email.com"Install and Configure the AWS CLI tools
$ aws configure --profile myproject$ export AWS_PROFILE=myprojectInstall Kubernetes and Kops
$ brew install kubernetes-cliInstall Helm
Install Terraform
Install Node.js and NPM
Install Docker
Install Ansible
Last updated