How I used KOPS To Setup a K8S Cluster in AWS
Step 1:
Create an Ubuntu EC2 instance in AWS
Step2:
Install AWSCLI
#Using snaps to install aws cli
sudo snap install aws-cli --classic
#To verify the installation
aws --version
Manual Installation Using the AWS CLI Bundle
curl "https://s3.amaz...
learntechwithyomi.hashnode.dev2 min read