Open2023/01/05にコメント追加2AWS EKSAWSEKSpackman2023/01/05 create eks cluster eksctl create cluster --name test-cluster --region ap-northeast-1 --profile eks-setup-user packman2023/01/05update-kubeconfigコマンドを実行することで、kubectlによるクラスターへのアクセスが行えるようになる aws eks update-kubeconfig --name test-cluster --profile eks-setup-user
packman2023/01/05 create eks cluster eksctl create cluster --name test-cluster --region ap-northeast-1 --profile eks-setup-user
packman2023/01/05update-kubeconfigコマンドを実行することで、kubectlによるクラスターへのアクセスが行えるようになる aws eks update-kubeconfig --name test-cluster --profile eks-setup-user