nslookup <서비스이름>.<네임스페이스>.svc.cluster.local
nslookup my-service.default.svc.cluster.local
Last active
November 13, 2023 09:10
리눅스 명령어
aws eks update-kubeconfig --name <우리 클러스터 이름> --region <우리 리전 코드>
kubectl config get-clusters
kubectl config get-contexts
kubectl config use-context <클러스터 이름>
rm -rf
: rm -rf <디렉토리 이름>
파일 가진 디렉토리 경고 없이 삭제
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment