네트워크/k8s47 [CKA] 준비하기 Step 2. 실습 환경세팅하기 실습은 UDEMY와 CKA 시험 접수할 수 있는 곳에서 killer shell에서 할 수 있음. killer shell 링크 https://killer.sh/linuxfoundation?code=a17d0ab8-baa8-4a7e-9b6b-0f4dd02b8ef0&type=CKA Kubernetes CKS CKA CKAD LFCT Simulator Kubernetes CKS CKA CKAD Simulator / Example Questions / Practice Exam killer.sh udemy 실습 사실 udemy 강의에서 제일제일 중요한건 Mock Exam인 것 같음 거기서 보면 https://kodekloud.com/topic/mock-exam-1-4/?utm_source=udemy&utm_medi.. 2022. 11. 16. [CKA] 준비하기 Step 1. 시험신청, udemy 강의 1. 먼저 시험 신청부터 하자 - 일단 특이한 점 하나 있음 - 시험 일정보고 예약하고 결제하는게 아니라, 무작정 구입해야함 - 바우처 구입 -> 정보 입력 -> 시험 일정 예약... 이런 이상한 뒤죽박죽 순서임 https://training.linuxfoundation.org/certification/certified-kubernetes-administrator-cka/ Certified Kubernetes Administrator (CKA) Exam | Linux Foundation Training in skills, knowledge, and competency to perform the responsibilities of Kubernetes administrators. training.linuxf.. 2022. 11. 16. [k8s] CKA 대비 문제 및 풀이 Lightning Lab & MOCK EXAM Ligtning Lab 1. Upgrade the current version of kubernetes from 1.18 to 1.19.0 exactly using the kubeadm utility. Make sure that the upgrade is carried out one node at a time starting with the master node. To minimize downtime, the deployment gold-nginx should be rescheduled on an alternate node before upgrading each node. Upgrade master/controlplane node first. Drain no.. 2021. 3. 13. [k8s] 44. Logging Kubernetes Logging / Monitoring Architectures Logging: App의 로그 데이터 Monitoring: 메모리나 CPU와 같은 자원 쿠버네티스 자체적으로 제공하는 Core Pipeline, 추가적으로 플러그인을 설치한 Service Pipeline이 있음 1. Core Pipeline Worker Node에는 Kubelet과 Container Runtime 영역이 있음 파드 생성요청을 받으면 kubelet은 파드를 만들고, 컨테이너 생성은 Container Runtime에 맡김 도커가 Worker Node의 Disk를 쓰면서 데이터를 생성하고 로그도 생성 서비스가 기동되면서 컨테이너는 CPU와 메모리도 사용 각 노드에 있는 kubelet은 별도로 설치된 Resourc.. 2021. 2. 26. 이전 1 2 3 4 ··· 12 다음