Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 프라이빗 EC2 접속
- Decapsulation
- AWS client VPN 인증서
- AWS private EC2
- Encapsulation
- java s3 400
- S3
- 티스토리
- s3 upload 400
- Session Manager
- TCP/IP
- aws
- ACM
- 비공개 GKE
- Terraform GCP GKE
- client vpn 인증서
- 문과남자의 과학공부
- Terraform GKE
- 비공개 GKE autorized
- 독서노트
- ACM 도메인
- Terrafrom GCP
- velog
- AWS session manager
- 엔지니어블로그
- 테라폼 private GKE
- 벨로그
- client vpn
Archives
- Today
- Total
망지로그
CKA- Kubeconfig 본문
https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/
Configure Access to Multiple Clusters
This page shows how to configure access to multiple clusters by using configuration files. After your clusters, users, and contexts are defined in one or more configuration files, you can quickly switch between clusters by using the kubectl config use-cont
kubernetes.io
kubeconfig default 경로 : ~/.kube/config
다른 경로에 있는 config 사용해서 current context 변경하기
kubectl config --kubeconfig=/root/my-kube-config use-context research
To know the current context, run the command:
kubectl config --kubeconfig=/root/my-kube-config current-context
user client-certificate 위치
/etc/kubernetes/pki/users
'Kubernetes' 카테고리의 다른 글
CKA - RBAC; Cluster Role, cluster role binding (0) | 2024.07.01 |
---|---|
CKA- RBAC ; role, rolebinding (0) | 2024.06.26 |
CKA - Certificates API (0) | 2024.06.25 |
CKA - View Certificate Details (0) | 2024.06.24 |
CKA- backup and restore (0) | 2024.06.24 |