Open2

AWS EKS

packmanpackman

create eks cluster

eksctl create cluster --name test-cluster --region ap-northeast-1 --profile eks-setup-user
packmanpackman

update-kubeconfigコマンドを実行することで、kubectlによるクラスターへのアクセスが行えるようになる

aws eks update-kubeconfig --name test-cluster --profile eks-setup-user