Kubernetes, Clusters and Dockers Enumeration in GCP and AWS environments
gcloud components install kubectl
kubectl version
gke-gcloud-auth-plugin --version
gcloud container clusters get-credentials CLUSTER_NAME \ --region=COMPUTE_REGION
aws configure
aws sts get-caller-identity
aws eks update-kubeconfig --name cluster-name1 --region us-east-1 aws eks update-kubeconfig --name cluster-name2 --region us-east-1
python3 k8senumgcp.py