분류 전체보기133 [따배쿠29]Kube-DNS Create a nginx pod called nginx-resolver using image nginx, expose it internally with a service called nginx-resolver-service. Test that you are able to look up the service and pod namaes from within the cluster. Use the image: busybox1.28 for dns lookup. - Record results in /tmp/nginx.svc and /tmp/nginx.pod - Pod: nginx-resolver created - Service DNS Resolution recorded correctly - Pod DNS reso.. 2022. 9. 1. [따배쿠 CKA]30.Network Policy 작업 클러스터: hk8s Create a new NetworkPolicy named allow-port-from-namespace in the exiting namespace devops. Ensure that the new NetworkPolicy allow pods in namespace migops to connect to port 80 of Pods in namespace devops. kubectl get namespaces migops --show-labels : 강의에 의하면 labels에는 team=migops kubectl get namespace devops --show-labels : 강의에 의하면 labels에는 team=devops k get pod -n devops --show-.. 2022. 9. 1. [cka시험후기] 2022.08 CKA 시험후기(PSI 컴플레인) 안녕하세요 매번 제가 공부했던 게시글만 작성하다가 드디어 시험을 보게 되었습니다. 얼마나 많은 분들이 이 글을 보게 되실지는 모르겠지만, CKA 시험에서 이런 상황도 있다는 경우를 공유해드리고 싶어 한글 작성해보겠습니다. 시험일자: 일요일 새벽 2시 사건은 이러했습니다. * 문제수: 총 17문제 * 시간: 120분 * 공부기간: 약 2달 최근에 Linux Foundation 에서 자체 시험 시스템이 아닌 AWS 와 동일한 PSI 시험을 봤습니다. 제가 이곳에는 개별적으로 업로드하지 않았지만 저는 총 3개의 AWS 자격증을 갖고 있습니다. 그래서 PSI 시스템에 나름(?) 익숙했고, 2번은 학원에서 1번은 집에서 시험을 봤기 때문에 이런 문제가 생길거라고 의심조차 하지 않았습니다. AWS 자격증을 취득하면.. 2022. 8. 29. [cka] Mock exam-1 1.Deploy a pod named nginx-pod using the nginx:alpine image. Once done, click on the Next Question button in the top right corner of this panel. You may navigate back and forth freely between all questions. Once done with all questions, click on End Exam. Your work will be validated at the end and score shown. Good Luck! Name: nginx-pod Image: nginx:alpine 방법1) k run nginx-pod --image=nginx:alpi.. 2022. 8. 19. [따배쿠 CKA]28. ServiceAccount Cluster Role binding Q. Create a new ClusterRole named deployment-clusterrole, which only allows to create the following resource types Deployment StatefulSet DaemonSet Create a new ServiceAccount named cicd-token in the existing namespace aps. Bind the new ClusterRole deployment-clusterrole to the new ServcieAccount cicd-token, linited to the namespace aps. 1. namespace 만들기 k create ns aps k get ns aps 2. ServicAcc.. 2022. 8. 17. [따배쿠 CKA]27. ServiceAccount Role Binding *ServiceAccount Role Binding* 1) Service Account생성하기 2) Role 만들기 3) RoleBinding Q. Cluster: Kubectl config use-context k8s Create the Service Account named pod-access in a new namespace called apps. Create a Role with the name pod-role, and the Role Binding named pod-rolebinding. Map the ServiceAccount from the previous step to the API resources Podss with the operations watch,list,get 1. servic.. 2022. 8. 17. 이전 1 ··· 6 7 8 9 10 11 12 ··· 23 다음