[Kubernetes 수업] 07장 컨트롤러 오후 12:07 2024-11-03 [root@master ~/kube/07/rc]# kubectl get pod --show-labels NAME READY STATUS RESTARTS AGE LABELS nginx-rc-7q52r 1/1 Running 0 4m app=webui nginx-rc-mz5m9 1/1 Running 0 4m app=webui nginx-rc-qcbmk 1/1 Running 0 4m app=webui 오후 12:10 2024-11-03 [root@master ~/kube/07/rc]# kubectl edit rc nginx-rc re.. 2024. 11. 3. [kubernetes 수업] 06장 POD 관련 * 복습 kubectl runkubectl create -f ~~~~~.ymlkubectl apply -f ~~~~~.yml => 이미 있는 것에 대해선 apply 적용 불가하나, 추가한 리소스에 대한 것에 대해 apply하면 기존 껀 무시하고 추가한 리소스만 새로 적용 가능. ..kubectl describe pods web1>> Namespace>> Labels ..컨테이너 구동 시 Mounts에 표기된 경로에 실제로 파일이 생긴다. ..Events..//kubectl get pod -o wide ls -l /etc/kubernetes/manifests/>> Static Pod kubectl create namespace myns2 --dry-run -o yaml > myns2.yml kubect.. 2024. 11. 2. [kubernetes 수업] 05장 Architecture 관련 오후 1:01 2024-11-02 ================================== node: 파드가 생성되는 시스템 Control Plane: api 서버 역할 ================================== 오후 2:11 2024-11-02 [root@master ~/kube/05/namespace]# kubectl describe pod -n myns2 web2-pod ================================== 오후 2:18 2024-11-02 apiVersion: v1 kind: Namespace metadata: name: myns4 --- apiVersion: v1 kind: Pod metadata: name: web4-pod names.. 2024. 11. 2. 이전 1 2 3 4 5 6 7 ··· 36 다음