aws configure 에 등록을 한다음에 EKS를 등록해줘야한다!
# 등록해 주고
aws eks --region <Region> update-kubeconfig --name <EKS Cluster Name> --alias <원하는 별명>
# 등록된 친구 찾아주고
kubectl config get-contexts
# 변경해주고
kubectl config use-context <별명!>
sudo curl --silent --location -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/download/$VERSION/argocd-linux-amd64
sudo chmod +x /usr/local/bin/argocd
# 여기서의 주소는 우리가 이전에 서비스를 변경했을 때, 접속할 때의 주소이다!
argocd login <argocd 주소 (http, https 프로토콜은 빼고 입력)>
admin
# 변경했으면 변경한 비밀번호
qwer1234
# 변경하지 않았다면
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo
kubectl config get-contexts -o name
<클러스터 arn 명>
# app
# web
argocd cluster add <클러스터 arn 명>
argocd cluster add app
# cluster 변경
kubectl config use-context <별명!!>
# namespace 생성
kubectl create ns test
https://github.com/argoproj/argocd-example-apps.git