※ 쿠버네티스 컨피그('~/.kube/config') 에 여러 계정의 여러 클러스터가 저장되어있고 컨텍스트(context) 전환할 때
어떤 클러스터 컨텍스트를 사용하고 있는지 표시하고 싶은 경우 사용
- Bash 쉘에서의 설정
'~/.bashrc' 또는 '~/.bash_profile' 파일에 아래 줄 추가
export PS1='\[\e]0;\u@\h: \w\a\]\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\] \[\033[01;36m\]($(kubectl config current-context))\[\033[00m\] $ '
설정 파일 적용
source ~/.bashrc
Context Name은 AWS 서비스의 경우 꼭 Arn을 다 입력하지 않고 클러스터 명 정도만 간편하게 적어 사용할 수 있다.
'aws > k8s, eks study' 카테고리의 다른 글
Store manifest files to txt which have been deployed (0) | 2024.04.26 |
---|---|
Delete multiple fargate profiles by Python script (0) | 2024.04.01 |
etcd commands (0) | 2023.08.28 |
kubectl을 이용한 배포방법 정리 (aggregation of deployment and restarting methods with kubectl in kubernetes) (0) | 2023.07.27 |
EKS Pod Failed: Evicted (0) | 2023.05.04 |