본문 바로가기

cloud111

[cka]kodekloud-replicasets Replicasets 관련된 문제를 풀어보겠습니다. 1. How many PODs exist on the system? # k get pods A) 0 2.How many ReplicaSets exist on the system? # k get replicasets.apps A) 0 3.How about now? How many ReplicaSets do you see? # k get replicasets.apps A) 1 4.How many PODs are DESIRED in the new-replica-set? # k get replicasets.apps : 위의 이미지 참고 A) 4 5. What is the image used to create the pods in the new-replica-s.. 2022. 6. 7.
[cka]kodekloud-pods * 기초 설정하기 모든 명령어를 일일이 다 입력하기는 내 손을 믿을 수가 없다 그렇기에 자동완성기는을 사용한다. 상위 4줄의 명령어를 통해 자동완성 기능을 제공한다. kodekloud 의 첫번째 pod 문제를 보자. 1. How many pods exist on the system? # k get pods 2. Create a new pod with the nginx image.(Image name: nginx) # k run test --image=nginx 3.How many pods are created now? # k get pods A) 4 4.What is the image used to create the new pods? # k describe pods newpods- A) busybox .. 2022. 6. 7.
[cka]kodekloud -시작하기에 앞서... 안녕하세요 udemy 에서 뭄샤드 강의를 수강하면 kodekloud 를 활용해 시험 환경과 동일하게 이용할 수 있습니다. 대략적으로 이런 형식으로 확인 할 수 있습니다. 모든 문제를 다 작성할 수는 없지만 가능한한 최대로 블로그에 그 과정을 담아보려 합니다. *이미지관련 저작권 "Certified Kubernetes Administrator (CKA) with Practice Test" 에 있습니다. 2022. 6. 7.