What are all steps to connect to AWS EKS cluster using online platform like killerkonda, etc.. So that I can manage my AWS EKS cluster using these online tool.
I tried connecting to https://killercoda.com/ online tool and selected kubernetes. My end goal is to perform all production level operation on my cluster without installing any tool locally
Install AWS CLI on linux
Configure your profile with the aws configure sso wizard
Cross check AWS CLI is working
Install kubectl
Configures kubectl so that you can connect to an Amazon EKS cluster. EKS uses the Kubernetes kubectl command-line tool for cluster management. You need to configure kubectl to authenticate and communicate with the EKS cluster.
Verify the cluster configuration: