환경구성
- Docker 설치
- K8s 설치
- CNI 설치
kubectl create secret docker-registry registry-name \
--docker-server=REGISTRY-URL \
--docker-username= \
--docker-password= \
--docker-email=example@example.com # 이메일은 아무거나 넣어도 상관없다'⚓K8s' 카테고리의 다른 글
| K8s: Rocky Linux 8 설치가이드 (0) | 2026.03.15 |
|---|---|
| K8s: CNI(Container Network Interface) 설정 (0) | 2026.03.15 |
| Kubernetes: 워커 노드 설정 (0) | 2026.03.15 |
| Kubernetes 마스터 및 워커 노드 설정 가이드 - ubuntu 22.04 (1) | 2026.03.13 |
| 일반 사용자 계정에서 Kubectl 설정하기 (0) | 2026.03.13 |