Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 443 Bytes

Cluster.md

File metadata and controls

31 lines (21 loc) · 443 Bytes

Steps to connect to the cluster

Start a Codespace for this repo

Create/start a codespace in GitHub

Log in to AWS

aws configure sso
export AWS_PROFILE=AWSAdministratorAccess-148970616441

Connect to the cluster

aws eks list-clusters 
aws eks update-kubeconfig --name Cluster9EE0221C-24bc91a1c449490dbacf84d7be76e8ac

Verify the connection

kubectl get nodes

Browse the cluster

k9s