AWS EKS Cluster Setup using AWS CLI
Pre-requisites:
EC2 Instance
AWS EKS Setup
Setup kubectl:
Download kubectl version 1.20
Grant execution permissions to kubectl executable
Move kubectl onto /usr/local/bin
Test that your kubectl installation was successful
curl -o kubectl https://am...
vjdev.hashnode.dev2 min read