aws eks cluster kube config 등록

aws eks --region ap-southeast-1 update-kubeconfig --name main --alias lecture-main
kubectl config rename-context <before-name> <after-name>
kubectl config delete-context <context-name>

Last updated

Was this helpful?