728x90 IT Tech/Cloud Native65 [CKA] Kube-Controller Manager #Watch Status Node Monitore Period = 5s Node Monitor Grace Period = 40s pod-eviction-timeout=5m #kubeadm 2022. 2. 28. [자격증] CKA 레퍼런스 Certified Kubernetes Administrator: https://www.cncf.io/certification/cka/ Exam Curriculum (Topics): https://github.com/cncf/curriculum GitHub - cncf/curriculum: 📚Open Source Curriculum for CNCF Certification Courses 📚Open Source Curriculum for CNCF Certification Courses - GitHub - cncf/curriculum: 📚Open Source Curriculum for CNCF Certification Courses github.com Candidate Handbook: https://www... 2022. 2. 25. [자격증] CKA 준비 정보 https://www.youtube.com/watch?v=trnZZN-C524 1. Udemy사이트에서 학습 : 새로운 버전을 계속 업데이트해줌, 강의가 저렴하게 나오는 경우가 있으니 확인 https://www.udemy.com/course/certified-kubernetes-administrator-with-practice-tests/ 2. 따배쿠 강좌 듣기 https://www.youtube.com/watch?v=6n5obRKsCRQ&list=PLApuRlvrZKohaBHvXAOhUD-RxD0uQ3z0c 3. Udemy 사이트에서 Mock Exam 풀어보기 (외울 수 있는만큼 풀기) 4. 시험등록 후 Exam Simulator로 테스트 5. 추가학습 https://killer.sh/ 사이트 학습 .. 2022. 2. 24. [CKA] YAML 문법 # 기본 YAML파일 생성 kubectl run redis --image=redis:alpine --dry-run=client -oyaml > redis-pod.yaml 위 명령어를 실행하면 아래와 같은 내용을 가진 redis-pod.yaml이 생성된다. apiVersion: v1 kind: Pod metadata: creationTimestamp: null labels: run: redis name: redis spec: containers: - image: redis:alpine name: redis resources: {} dnsPolicy: ClusterFirst restartPolicy: Always status: {} # YAML 문법 https://subicura.com/k8s/prepare.. 2022. 2. 24. npm (Node Package Manager) npm (originally short for Node Package Manager)[4] is a package manager for the JavaScript programming language maintained by npm, Inc. npm is the default package manager for the JavaScript runtime environment Node.js. It consists of a command line client, also called npm, and an online database of public and paid-for private packages, called the npm registry. The registry is accessed via the cl.. 2021. 8. 25. 이전 1 ··· 10 11 12 13 다음 728x90