728x90 빚진 자처럼, 한결같이1593 考试 我准备考试呢 wo zhunbei kaoshi ne 저는 시험을 준비하고 있어요 2022. 3. 12. [CKA] 요약 https://github.com/amazingandyyy/cka/blob/master/README.md GitHub - amazingandyyy/cka: CKA https://www.cncf.io/certification/cka/ CKA https://www.cncf.io/certification/cka/. Contribute to amazingandyyy/cka development by creating an account on GitHub. github.com 2022. 3. 10. [CKA] Static Pod # Static Pod 경로 - kubelet에 의해 자동으로 실행하는 pod - 아래 경로에 파일을 배치해 놓으면 실행됨 /etc/kubernetes/manifest/ # Static Pod 생성사례 kubectl run --restart=Never --image=busybox static-busybox --dry-run=client -o yaml --command -- sleep 1000 > /etc/kubernetes/manifests/static-busybox.yaml apiVersion: v1 kind: Pod metadata: creationTimestamp: null labels: run: static-busybox name: static-busybox spec: containers: - c.. 2022. 3. 10. Kubernetes Networking 1. Pod Network - CNI에서 관리하는 포트간 통신에 사용, 클러스터 전체 네트워킹 2. Service Network - Kube-proxy가 관리하는 Cluster-wide 범위의 Virtual IP - Pod의 Endpoint 리스트 목록을 관리 2022. 3. 10. [CKA] Node Selector 특정 노드에 특정 Pod를 배치하고 싶을 때 사용 노드에 Lable을 설정해야함 # 노드에 label설정 kubectl label nodes = 2022. 3. 9. 이전 1 ··· 210 211 212 213 214 215 216 ··· 319 다음 반응형